Skip to content

Releases: silinternational/serverless-mfa-api

Version upgrades

19 Apr 15:00
cf9c82e
Compare
Choose a tag to compare

Fixed

  • Bump Node version to 18
  • Specify serverless version as 3.25
  • Update node dependencies
  • Stopped excluding the aws-sdk package, since it's not included in the AWS environment by default anymore.

Update to Node 18 and Python 3

22 Nov 10:29
7f963b1
Compare
Choose a tag to compare
Merge pull request #98 from silinternational/develop

Release 2.3.6 Update to Node 18 and Python 3

add lambda tags permissions

21 Nov 01:59
0aa53ac
Compare
Choose a tag to compare

Fixed

  • Update serverless-user module for necessary lambda tag permissions

Update dependencies

08 Nov 14:39
834e20d
Compare
Choose a tag to compare

Fixed

  • Update dependencies (and make it easier to do so)

Update to NodeJS 16

26 Sep 15:37
c57cf04
Compare
Choose a tag to compare

Security

  • Update NodeJS to version 16 (and update dependencies)

Fixed

  • Use npm ci (docs) to install dependencies for tests, both locally and on CI/CD system

Update Terraform to use new module version

21 Mar 14:57
edc5eea
Compare
Choose a tag to compare

Fixed

  • Simplified Terraform config by using updated module that incorporates the required permissions.

Fix failed Serverless deploy

14 Mar 19:55
9864788
Compare
Choose a tag to compare

Added

  • Added new IAM permissions to Serverless user in response to prod deployment errors.

Note: These permissions weren't needed on dev and haven't been needed in other projects.

Update Serverless to v3

14 Mar 17:22
9c082d9
Compare
Choose a tag to compare

Fixed

  • Updated Serverless to v3 (currently 3.7.3)
  • Updated dependencies

Added

  • Local development tools
  • Added terraform config

Make recovery script O/S independent

20 Sep 19:13
3c4ea33
Compare
Choose a tag to compare

Fixed:

  • Clarify disaster recovery instructions
  • Run recovery script in a Docker container (avoiding O/S differences)

Use DynamoDbBackUp:master in recovery script

05 Aug 15:02
9bc051e
Compare
Choose a tag to compare

Fixed:

  • Switch recovery script back to using master branch of our DynamoDbBackUp fork (now that it uses NodeJS 10.x)