All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- New features go here
- Changes in existing functionality go here
- Soon-to-be removed features go here
- Now removed features go here
- Bug fixes go here
- Fixes
stack-output
output when deploying multiple stacks
- Adds aws_cdk.aws-lambda-python-alpha as a dependency
- Fixes
stack-pattern
argument
- Changes
stack-id
tostack-pattern
- Removes
bootstrap
input - Removes
add-branch-suffix
argument in favour of usingBranchScopedStack
- Adds support for bootstrapping account before deployment through the
boostrap
input
- Adds support for passing custom app path through the
app-file
input - Adds cdk-nag and identity pool alpha as dependencies
- Bumps CDK dependency versions
- Adds support for passing CfnParameter values to CDK through the
parameters
input
- Adds initial deploy-aws-cdk-stack Action
- Adds support for branch scoped deployments
- Adds support for ephemeral deployments
- Adds README
- Adds LICENSE
- Adds CHANGELOG