cdk-chalice

AWS CDK construct for AWS Chalice

MIT License

Downloads
237
Stars
43
Committers
4

Bot releases are hidden (Show)

cdk-chalice - Fixed documentation for PackageConfig.env attribute Latest Release

Published by alexpulver over 4 years ago

Previously the documentation incorrectly stated that env attribute's value is used only when packing in Docker container, which is not correct.

cdk-chalice - Refactored DockerConfig to general PackageConfig and added tests

Published by alexpulver over 4 years ago

BREAKING CHANGE

DockerConfig class was replaced by general PackageConfig class to provide single unified interface for configuring packaging process.

Enhancements

  • Added unit tests
  • Added coverage
  • Improved documentation with deep links
cdk-chalice - Packaging and documentation improvements

Published by alexpulver over 4 years ago

  • Moved cdk_chalice module outside of package, to generate consistent documentation with usage
  • Refactored version and metadata to be managed in a single source-location
  • Minor documentation improvements
cdk-chalice - Additional packaging features and coverage

Published by alexpulver over 4 years ago

Support custom Docker image for packaging the Chalice app (contributed by @cohen-elad)
Support for packaging all Chalice-generated Lambda functions (contributed by @alexgelman)
Documentation improvements

cdk-chalice - Packaging in container + API documentation

Published by alexpulver almost 5 years ago

  • Added supported for packaging the Chalice application in AWS Lambda-like environment.
  • Published API documentation to Read the Docs
cdk-chalice - Initial version

Published by alexpulver almost 5 years ago

Initial version. Features include:

  • Support for Chalice API handler Lambda functions only
  • Specifying an existing IAM role for Chalice API handler Lambda function or let cdk-chalice create one
  • Additional environment variables can be passed to Chalice API handler Lambda function