Skip to content

Releases: getlift/lift

1.22.1

24 Feb 10:47
5ff580e
Compare
Choose a tag to compare

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

Full Changelog: 1.22.0...1.22.1

1.22.0

23 Feb 11:58
c27f379
Compare
Choose a tag to compare

What's Changed

  • Simplify server-side-website with the new AllViewerExceptHostHeader policy by @mnapoli in #306

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

09 Feb 09:37
2858552
Compare
Choose a tag to compare

What's Changed

  • Update comparison.md by @CSFlorin in #287
  • docs: typo by @giuliano-oliveira in #289
  • Allow Node 19 by @mnapoli in #297

New Contributors

  • @CSFlorin made their first contribution in #287
  • @giuliano-oliveira made their first contribution in #289

Full Changelog: 1.21.0...1.21.1

1.21.0

30 Nov 09:46
0ddd95e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.20.2...1.21.0

1.20.2

05 Aug 15:08
1635149
Compare
Choose a tag to compare

Bugfixes

Full Changelog: 1.20.1...1.20.2

1.20.1

03 Aug 08:19
dc0ce09
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.20.0...1.20.1

1.20.0

02 Aug 12:42
cb9c914
Compare
Choose a tag to compare

What's Changed

  • Expose bucketName variable in server-side-website by @acrobat in #241

New Contributors

Full Changelog: 1.19.3...1.20.0

1.19.3

13 Jul 13:19
Compare
Choose a tag to compare

Fixes

  • Server-side website: #144 Prevent CloudFront from caching backend requests by @bytestream in #218

New Contributors

Full Changelog: 1.19.2...1.19.3

1.19.2

09 Jul 15:30
857c588
Compare
Choose a tag to compare

Fixes

  • Server-side website: validate asset paths by @mnapoli in #239

Documentation

  • Fix doc about distribution comment config by @j0k3r in #233

New Contributors

Full Changelog: 1.19.1...1.19.2

1.19.1

30 Jun 10:14
3ebe40d
Compare
Choose a tag to compare

Bugfix

Full Changelog: 1.19.0...1.19.1