Skip to content

Commit

Permalink
update localstack-serverless plugin for location constraint (#211)
Browse files Browse the repository at this point in the history
  • Loading branch information
bentsku authored Mar 28, 2023
1 parent 17b57ea commit 60a80e0
Show file tree
Hide file tree
Showing 12 changed files with 6,971 additions and 7,160 deletions.
6,042 changes: 2,776 additions & 3,266 deletions apigw-custom-domain/package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions apigw-custom-domain/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
"license": "Apache-2.0",
"repository": "https://github.com/localstack/localstack-pro-samples",
"devDependencies": {
"serverless": "^1.54.0",
"serverless": "^2.0.0",
"serverless-deployment-bucket": "^1.1.0",
"serverless-domain-manager": "^5.0.0",
"serverless-localstack": "^0.4.28",
"serverless-localstack": "^1.0.5",
"serverless-pseudo-parameters": "^2.5.0"
},
"scripts": {
Expand Down
6,926 changes: 3,959 additions & 2,967 deletions appsync-graphql-api/package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions appsync-graphql-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"license": "Apache-2.0",
"repository": "https://github.com/localstack/localstack-pro-samples",
"devDependencies": {
"serverless": "^1.54.0",
"serverless-localstack": "^0.4.27",
"serverless": "^2.0.0",
"serverless-localstack": "^1.0.5",
"serverless-appsync-plugin": "1.1.2",
"serverless-deployment-bucket": "^1.1.0"
},
Expand Down
221 changes: 120 additions & 101 deletions elb-load-balancing/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion elb-load-balancing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"repository": "https://github.com/localstack/localstack-pro-samples",
"devDependencies": {
"serverless": "^3.23.0",
"serverless-localstack": "^0.4.28",
"serverless-localstack": "^1.0.5",
"serverless-pseudo-parameters": "^2.5.0",
"serverless-deployment-bucket": "^1.1.0"
},
Expand Down
85 changes: 51 additions & 34 deletions lambda-xray/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lambda-xray/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"devDependencies": {
"serverless": "^3.0.0",
"serverless-deployment-bucket": "^1.1.0",
"serverless-localstack": "^0.4.24"
"serverless-localstack": "^1.0.5"
},
"dependencies": {
"aws-xray-sdk-core": "^2.4.0"
Expand Down
Loading

0 comments on commit 60a80e0

Please sign in to comment.