Skip to content

Commit

Permalink
Invalid PageToken issue fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergii Kovalev committed May 18, 2022
1 parent 35fa86c commit 39accb3
Show file tree
Hide file tree
Showing 7 changed files with 804 additions and 654 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Unreleased list of features goes here...
-->

## [4.0.5] - 2022-05-18

### Fixed
- [Invalid PageToken](https://github.com/haftahave/serverless-ses-template/issues/31) issue while deploy

## [4.0.4] - 2022-04-08

### Fixed
Expand Down
23 changes: 11 additions & 12 deletions examples/asset-management/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,30 +3,29 @@
"version": "1.0.0",
"keywords": [],
"resolutions": {
"aws-sdk": "2.1111.0"
"aws-sdk": "2.1138.0"
},
"dependencies": {
"@babel/runtime": "7.17.9",
"aws-sdk": "2.1111.0"
"aws-sdk": "2.1138.0"
},
"devDependencies": {
"@babel/core": "7.17.9",
"@babel/plugin-transform-runtime": "7.17.0",
"@babel/preset-env": "7.16.11",
"@babel/core": "7.17.12",
"@babel/plugin-transform-runtime": "7.17.12",
"@babel/preset-env": "7.17.12",
"@babel/register": "7.17.7",
"@haftahave/serverless-ses-template": "4.0.4",
"babel-eslint": "10.1.0",
"babel-loader": "8.2.4",
"core-js": "3.21.1",
"glob": "7.2.0",
"babel-loader": "8.2.5",
"core-js": "3.22.5",
"glob": "7.2.3",
"serverless-certificate-creator": "1.6.0",
"serverless-deployment-bucket": "1.5.2",
"serverless-deployment-bucket": "1.6.0",
"serverless-iam-roles-per-function": "3.2.0",
"serverless-plugin-common-excludes": "4.0.0",
"serverless-plugin-scripts": "1.0.2",
"serverless-s3-deploy": "0.10.1",
"serverless-webpack": "5.7.0",
"webpack": "5.72.0",
"serverless-webpack": "5.7.1",
"webpack": "5.72.1",
"webpack-cli": "4.9.2",
"webpack-node-externals": "3.0.0"
},
Expand Down
997 changes: 530 additions & 467 deletions examples/asset-management/yarn.lock

Large diffs are not rendered by default.

Loading

0 comments on commit 39accb3

Please sign in to comment.