# cdk-amazon-chime-resources
![Experimental](https://img.shields.io/badge/experimental-important.svg?style=for-the-badge)
An AWS Cloud Development Kit (AWS CDK) construct library that allows you to provision Amazon Chime resources with npm and pypi.
## Background
Amazon Chime resources (Amazon Chime Messaging and Amazon Chime PSTN resources) are not natively available in AWS CloudFormation or AWS CDK. Therefore, in order to create these resources with AWS CDK, an AWS Lambda backed custom resource must be used. In an effort to simplify that process, this AWS CDK construct has been created. This AWS CDK construct will create a custom resource and associated Lambda and expose constructs that can be used to create corresponding resources. This construct includes resources for both Amazon Chime Messaging and Amazon Chime PSTN.
## Resources
* [Amazon Chime SDK PSTN Resources](PSTNRESOURCES.MD)
* [Amazon Chime SDK Messaging Resources](MESSAGINGRESOURCES.MD)
* [Amazon Chime SDK Media Insights Resources](MEDIAINSIGHTS.MD)
## Installing
To add to your AWS CDK package.json file:
```
yarn add cdk-amazon-chime-resources
```
## Version 3 Upgrade
Version 3.0 is a potentially breaking change that involves multiple upgrades and changes. Version 3.0 revises the deployment to streamline and make more efficient the multiple configurations. This should result in an increased speed of deployment. All namespaces were updated to the current `chime-sdk-voice`, `chime-sdk-messaging`, `chime-sdk-identity`, or `chime-sdk-media-pipelines` namespace. Along with these changes, IAM policies were reduced where possible. If you encounter issues, please open an Issue.
> Potential Breaking Change with Streaming Messaging Data
>
> As part of the namespace change, this has been updated:
>
> ```python
> const appInstance = new MessagingAppInstance(this, 'appInstance', {
> name: 'MessagingAppInstanceExample',
> });
> appInstance.streaming([
> {
> dataType: MessagingDataType.CHANNEL,
> resourceArn: kinesisStream.streamArn,
> },
> ]);
> ```
## Not Supported Yet
This is a work in progress.
Features that are not supported yet:
* [ ] Amazon Chime Voice Connector Groups
* [ ] Amazon Chime Voice Connector Emergency Calling
* [ ] Updates to created resources
## Contributing
See [CONTRIBUTING](CONTRIBUTING.md) for more information.
## License
This project is licensed under the Apache-2.0 License.
Raw data
{
"_id": null,
"home_page": "https://github.com/cdklabs/cdk-amazon-chime-resources.git",
"name": "cdk-amazon-chime-resources",
"maintainer": null,
"docs_url": null,
"requires_python": "~=3.8",
"maintainer_email": null,
"keywords": null,
"author": "Amazon Web Services",
"author_email": null,
"download_url": "https://files.pythonhosted.org/packages/da/03/60ce3bffb91106f1fe542d73135159ee78c53852451032e8438d314a64d0/cdk_amazon_chime_resources-3.2.25.tar.gz",
"platform": null,
"description": "# cdk-amazon-chime-resources\n\n![Experimental](https://img.shields.io/badge/experimental-important.svg?style=for-the-badge)\n\nAn AWS Cloud Development Kit (AWS CDK) construct library that allows you to provision Amazon Chime resources with npm and pypi.\n\n## Background\n\nAmazon Chime resources (Amazon Chime Messaging and Amazon Chime PSTN resources) are not natively available in AWS CloudFormation or AWS CDK. Therefore, in order to create these resources with AWS CDK, an AWS Lambda backed custom resource must be used. In an effort to simplify that process, this AWS CDK construct has been created. This AWS CDK construct will create a custom resource and associated Lambda and expose constructs that can be used to create corresponding resources. This construct includes resources for both Amazon Chime Messaging and Amazon Chime PSTN.\n\n## Resources\n\n* [Amazon Chime SDK PSTN Resources](PSTNRESOURCES.MD)\n* [Amazon Chime SDK Messaging Resources](MESSAGINGRESOURCES.MD)\n* [Amazon Chime SDK Media Insights Resources](MEDIAINSIGHTS.MD)\n\n## Installing\n\nTo add to your AWS CDK package.json file:\n\n```\nyarn add cdk-amazon-chime-resources\n```\n\n## Version 3 Upgrade\n\nVersion 3.0 is a potentially breaking change that involves multiple upgrades and changes. Version 3.0 revises the deployment to streamline and make more efficient the multiple configurations. This should result in an increased speed of deployment. All namespaces were updated to the current `chime-sdk-voice`, `chime-sdk-messaging`, `chime-sdk-identity`, or `chime-sdk-media-pipelines` namespace. Along with these changes, IAM policies were reduced where possible. If you encounter issues, please open an Issue.\n\n> Potential Breaking Change with Streaming Messaging Data\n>\n> As part of the namespace change, this has been updated:\n>\n> ```python\n> const appInstance = new MessagingAppInstance(this, 'appInstance', {\n> name: 'MessagingAppInstanceExample',\n> });\n> appInstance.streaming([\n> {\n> dataType: MessagingDataType.CHANNEL,\n> resourceArn: kinesisStream.streamArn,\n> },\n> ]);\n> ```\n\n## Not Supported Yet\n\nThis is a work in progress.\n\nFeatures that are not supported yet:\n\n* [ ] Amazon Chime Voice Connector Groups\n* [ ] Amazon Chime Voice Connector Emergency Calling\n* [ ] Updates to created resources\n\n## Contributing\n\nSee [CONTRIBUTING](CONTRIBUTING.md) for more information.\n\n## License\n\nThis project is licensed under the Apache-2.0 License.\n",
"bugtrack_url": null,
"license": "Apache-2.0",
"summary": "cdk-amazon-chime-resources",
"version": "3.2.25",
"project_urls": {
"Homepage": "https://github.com/cdklabs/cdk-amazon-chime-resources.git",
"Source": "https://github.com/cdklabs/cdk-amazon-chime-resources.git"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "e80b45aa3bbed7595b102bd048f6e31182151a0c693730ead5a0f0c539b14de2",
"md5": "2ad62d80dc23f5f75bffc08853269207",
"sha256": "c282d0f46d1d03a460fe8ec9a9f0d236cb2ee2eb6977bc5f05e5aca940096c5c"
},
"downloads": -1,
"filename": "cdk_amazon_chime_resources-3.2.25-py3-none-any.whl",
"has_sig": false,
"md5_digest": "2ad62d80dc23f5f75bffc08853269207",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "~=3.8",
"size": 15745926,
"upload_time": "2024-08-26T00:08:03",
"upload_time_iso_8601": "2024-08-26T00:08:03.173033Z",
"url": "https://files.pythonhosted.org/packages/e8/0b/45aa3bbed7595b102bd048f6e31182151a0c693730ead5a0f0c539b14de2/cdk_amazon_chime_resources-3.2.25-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "da0360ce3bffb91106f1fe542d73135159ee78c53852451032e8438d314a64d0",
"md5": "419d1ccbd728c61ed68e49233a333a1f",
"sha256": "92f42ed6f11984c5e23f9f316cb326a68022249265d7f3db6c32b128f044f668"
},
"downloads": -1,
"filename": "cdk_amazon_chime_resources-3.2.25.tar.gz",
"has_sig": false,
"md5_digest": "419d1ccbd728c61ed68e49233a333a1f",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "~=3.8",
"size": 15747593,
"upload_time": "2024-08-26T00:08:10",
"upload_time_iso_8601": "2024-08-26T00:08:10.807337Z",
"url": "https://files.pythonhosted.org/packages/da/03/60ce3bffb91106f1fe542d73135159ee78c53852451032e8438d314a64d0/cdk_amazon_chime_resources-3.2.25.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-08-26 00:08:10",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "cdklabs",
"github_project": "cdk-amazon-chime-resources",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "cdk-amazon-chime-resources"
}