Releases: getlift/lift
1.26.0
What's Changed
- Enable HTTP/3 support on CloudFront by @aran112000 in #322
- Add wasm to redirect regex #331 by @AtteR in #332
Documentation
- Fixed indentation on queue construct maxConcurrency example by @moosthuizen42 in #316
- Correct misleading deduplication documentation by @seantcanavan in #302
New Contributors
- @moosthuizen42 made their first contribution in #316
- @seantcanavan made their first contribution in #302
- @aran112000 made their first contribution in #322
- @AtteR made their first contribution in #332
Full Changelog: 1.25.1...1.26.0
1.25.1
What's Changed
- add sqs change message visibility permission to queue by @martindanielsson in #301
New Contributors
- @martindanielsson made their first contribution in #301
Full Changelog: 1.25.0...1.25.1
1.25.0
1.24.0
What's Changed
- Expose assets bucket name to static-website and single-page-app by @MarcEspiard in #311
- Add webp and avif exceptions to CF request function by @MarcEspiard in #313
New Contributors
- @MarcEspiard made their first contribution in #311
Full Changelog: 1.23.0...1.24.0
1.23.0
What's Changed
- Update project dev dependencies by @fredericbarthelet in #308
- Rewrite disable auto permission test by @fredericbarthelet in #312
- Prevent redirecting webmanifest to index by @Sc0ra in #310
New Contributors
Full Changelog: 1.22.1...1.23.0
1.22.1
Use Lift to leverage existing alarm infrastructure configured on your AWS account
Alarm extension on Queue construct is now fixed 🎉
This extension allows leveraging existing SNS topic to send alarm notifications. Here is an exemple to achieve just that :
constructs:
my-queue:
type: queue
alarm: dummy@email.com
worker:
handler: src/worker.handler
extensions:
alarm:
Properties:
AlarmActions:
- arn:aws:sns:region:account-id:sns-topic-name
Such configuration will provisioned the required alarm on your queue, and send all alarm state changes to the SNS topic specified. You can leverage as usual all Serverless framework variable resolvers to specify your SNS topic ARN.
What's Changed
- Fix queues construct alarm extension by @fredericbarthelet in #307
Full Changelog: 1.22.0...1.22.1
1.22.0
What's Changed
If you were setting the forwardedHeader
option in serverless.yml
to add more headers to forward, you can now safely remove this option. More in #306
Full Changelog: 1.21.1...1.22.0
1.21.1
1.21.0
What's Changed
- Allow attachment of worker to Dead-letter queue by @whambulance in #275
New Contributors
- @whambulance made their first contribution in #275
Full Changelog: 1.20.2...1.21.0