Skip to content

Commit

Permalink
fix elb load balancing sample (#228)
Browse files Browse the repository at this point in the history
  • Loading branch information
dfangl authored Oct 6, 2023
1 parent 6577b88 commit a18bd3b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
5 changes: 2 additions & 3 deletions elb-load-balancing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@
"repository": "https://github.com/localstack/localstack-pro-samples",
"devDependencies": {
"serverless": "^3.23.0",
"serverless-localstack": "^1.0.5",
"serverless-pseudo-parameters": "^2.5.0",
"serverless-deployment-bucket": "^1.1.0"
"serverless-deployment-bucket": "^1.1.0",
"serverless-localstack": "^1.0.5"
},
"scripts": {
"deploy": "sls deploy --stage local"
Expand Down
3 changes: 1 addition & 2 deletions elb-load-balancing/serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ service: test-elb-load-balancing
provider:
name: aws
region: us-east-1
runtime: nodejs12.x
runtime: nodejs14.x
deploymentBucket:
name: testbucket

Expand Down Expand Up @@ -62,7 +62,6 @@ resources:
plugins:
- serverless-deployment-bucket
- serverless-localstack
- serverless-pseudo-parameters

custom:
localstack:
Expand Down

0 comments on commit a18bd3b

Please sign in to comment.