Skip to main content

cdk-amazon-chime-resources

Project description

cdk-amazon-chime-resources

Experimental

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

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:

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 for more information.

License

This project is licensed under the Apache-2.0 License.

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

cdk_amazon_chime_resources-3.2.25.tar.gz (15.7 MB view details)

Uploaded Source

Built Distribution

File details

Details for the file cdk_amazon_chime_resources-3.2.25.tar.gz.

File metadata

File hashes

Hashes for cdk_amazon_chime_resources-3.2.25.tar.gz
Algorithm Hash digest
SHA256 92f42ed6f11984c5e23f9f316cb326a68022249265d7f3db6c32b128f044f668
MD5 419d1ccbd728c61ed68e49233a333a1f
BLAKE2b-256 da0360ce3bffb91106f1fe542d73135159ee78c53852451032e8438d314a64d0

See more details on using hashes here.

File details

Details for the file cdk_amazon_chime_resources-3.2.25-py3-none-any.whl.

File metadata

File hashes

Hashes for cdk_amazon_chime_resources-3.2.25-py3-none-any.whl
Algorithm Hash digest
SHA256 c282d0f46d1d03a460fe8ec9a9f0d236cb2ee2eb6977bc5f05e5aca940096c5c
MD5 2ad62d80dc23f5f75bffc08853269207
BLAKE2b-256 e80b45aa3bbed7595b102bd048f6e31182151a0c693730ead5a0f0c539b14de2

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page