Aws Spa Versions Save

A no-brainer script to deploy a single page app on AWS

v3.2.0

1 year ago

3.2.0 (2023-02-02)

Features

v3.1.4

1 year ago

3.1.4 (2022-10-20)

Bug Fixes

  • Order result of record name by name matching (2cf9733)

v3.1.3

1 year ago

3.1.3 (2022-09-19)

Bug Fixes

  • fix wrong repo URL (edca784)
  • update jest (677c6a2)
  • upgrade dependencies that require no code change (8fb6cc7)
  • upgrade husky (3b9d54d)
  • upgrade major inquirer and typescript versions (ee505e2)
  • upgrade node to v16 (c06752e)

v3.1.2

2 years ago

3.1.2 (2021-11-23)

Bug Fixes

  • nodejs runtime is not anymore supported (8a5aa90)

v3.1.1

2 years ago

3.1.1 (2021-11-23)

Bug Fixes

  • remove precise nodejs runtime (2dd7957)

v3.1.0

2 years ago

3.1.0 (2021-11-23)

Features

  • pencil: handle credentials thanks to env variable (2f11b45)

v3.0.3

2 years ago

3.0.3 (2021-09-29)

Bug Fixes

  • package.json & yarn.lock to reduce vulnerabilities (61edd1b)

v3.0.2

4 years ago

3.0.2 (2020-03-17)

Bug Fixes

  • 🐛 fix handling of /index.html (409adf6)

v3.0.1

4 years ago

3.0.1 (2020-03-12)

Bug Fixes

  • 🐛 fix cache invalidation not working when deploying with a path (ad3d0d4)

3.0.0

4 years ago

The behavior is unchanged on CI environments where the CI env variable is set (this is the case of most CI services such as Travis and CircleCI).

If you deploy from an environment where CI env variable is not set, you'll be prompt a confirmation message before deploying. You can remove this message thanks to the option --noPrompt

image