s3-deploy
s3-deploy copied to clipboard
Easily deploy a static website to AWS S3 and invalidate CloudFront distribution
Bumps [prettier](https://github.com/prettier/prettier) from 2.7.1 to 2.8.0. Release notes Sourced from prettier's releases. 2.8.0 diff 🔗 Release note Changelog Sourced from prettier's changelog. 2.8.0 diff 🔗 Release Notes Commits dcc0623 Release...
we have a quite complex subdomain logic and thus multiple distributions that we need to expire while deploying or build. there is no `distribution-ids: ["1", "2", "3"]` which could have...
Github actions for Node 12 are being deprecated and will be replaced by Node 16 one. Lets upgrade the node version to Node 16. [Github Announcement](https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/) ``` Node.js 12 actions...
@Reggionick The input code mentioned in the action script is -> core.getInput('files-to-include') Thus, the input defined in actions.yml should be 'files-to-include' instead of 'filesToInclude' because it is throwing warning while...
Options `no-cache` and `files-to-include` were stylized as `noCache` and `filesToInclude` in examples. This PR fixes all options to use kebab case consistently.
hi @Reggionick i created this PR but don't know how to test it :D could you help me to test and merge it? thank you so much!
Bumps [eslint](https://github.com/eslint/eslint) from 6.8.0 to 8.28.0. Release notes Sourced from eslint's releases. v8.28.0 Features 63bce44 feat: add ignoreClassFieldInitialValues option to no-magic-numbers (#16539) (Milos Djermanovic) 8385ecd feat: multiline properties in rule...
Bumps [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest) from 24.9.0 to 29.3.1. Release notes Sourced from jest's releases. v29.3.1 Fixes [jest-config] Do not warn about preset in ProjectConfig #13583 Performance [jest-transform] Defer creation of cache directory...
I getting this error when running the example code in the READ.ME ``` TypeError: region.split is not a function at generateRegionPrefix (/home/runner/.npm/_npx/55947e5ced8dc5f0/node_modules/aws-sdk/lib/region_config.js:6:22) at derivedKeys (/home/runner/.npm/_npx/55947e5ced8dc5f0/node_modules/aws-sdk/lib/region_config.js:13:22) at Object.configureEndpoint (/home/runner/.npm/_npx/55947e5ced8dc5f0/node_modules/aws-sdk/lib/region_config.js:38:14) at features.constructor.initialize...