Serverlessui Versions Save

A command-line utility for deploying serverless applications to AWS. Complete with custom domains, deploy previews, TypeScript support, and more.

v0.12.0

2 years ago

Features

  • Upgrading dependencies, including aws-cdk to v1.115.0

v0.11.0

2 years ago

Features

  • Upgrading cdk to v1.108.0
  • Adding __experimental_privateS3 configuration parameter to allow for a private S3 bucket to be created rather than a public one

v0.10.0

3 years ago

Features

  • Upgrading all dependencies to their latest versions, including v1.100.0 for aws-cdk

v0.9.0

3 years ago

Features:

  • feat(construct): allowing cloudfront props to be passed in and merged with the defaults

v0.8.1

3 years ago

Features:

  • feat: upgrading cdk to v1.94.1
  • feat: upgrading cdk to 1.95.1

v0.8.0

3 years ago

Features 🎉

  • Using single API Gateway v2 for lambda deployments (#30)
  • Upgrading to aws-cdk v1.93.0 (#31)
  • Adding outputs file to easily find preview URLs (#32)
  • Embedding cdk bootstrap within deploy command (#32)

v0.7.0

3 years ago

Features

  • Upgrading to CDK 1.92.0 (#24)
  • Using "Distribution" construct with more aggressive caching (#27)

Bugfixes

  • Including esbuild as a dependency so docker isn't required to build lambdas (#28)

v0.6.1

3 years ago

Bugfixes:

  • fix(#20): forcing certificate and hosted zone to be deployed to us-east-1 (#21)

v0.6.0

3 years ago

Features

  • Upgrading aws-cdk to v1.91.0

v0.5.2

3 years ago

Bugfixes:

  • Setting default TTL to 0s and max TTL to 1s for API requests
  • Using cdk configured region instead of hard-coded us-east-1