Skip to content

Releases: snap40/serverless-aws-cdk

0.9.1

06 May 11:08
Compare
Choose a tag to compare
  • Support specifying requireApproval
  • Bump cdk dep to latest (1.102.0)

0.9.0 skipped because of a publishing error

0.8.0

09 Oct 17:36
e3cef8a
Compare
Choose a tag to compare

#13 [Fix] Copy AWS plugin logic for finding package

#16 Update README and enable pulling in provider directly

0.7.0

08 Oct 15:36
Compare
Choose a tag to compare

#10 [Fix] cfn exec policies error and specify profile

  • Also fix README
    #12 Don't pollute source tree with build files, thanks @revmischa!

0.6.0

07 Oct 15:33
4ae4455
Compare
Choose a tag to compare

#7 - [Fix] getEnvironment lives inside provider

  • Fixes compilation error

#4 - Resolve plugin incompatibility with aws-cdk 1.62

0.4.0

23 Jun 14:51
Compare
Choose a tag to compare

First public release of the (unofficial) AWS CDK Serverless Plugin!

In this release, support for:

  • sls deploy (both individual functions and your whole stack)
  • sls diff (diff your local definition with what's deployed)
  • sls remove (kill your stack)