Skip to content

Commit

Permalink
Testing serverless with downgraded node
Browse files Browse the repository at this point in the history
  • Loading branch information
jzongker committed Jun 29, 2024
1 parent 7289647 commit 8f9837e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions serverless.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
service: membership-api

custom:
#serverless-layers:
# dependenciesPath: ./package.json
# layersDeploymentBucket: "lcs-layers"
serverless-layers:
dependenciesPath: ./package.json
layersDeploymentBucket: "lcs-layers"
env: ${lower(${opt:stage, self:provider.stage})}
vpcSettings:
prod:
Expand All @@ -15,7 +15,7 @@ custom:

provider:
name: aws
runtime: nodejs18.x
runtime: nodejs16.x
memorySize: 1024
timeout: 10
region: us-east-2
Expand All @@ -33,5 +33,5 @@ functions:
vpc: ${self:custom.vpcSettings.current}

plugins:
#- serverless-layers
- serverless-layers
- serverless-plugin-utils

0 comments on commit 8f9837e

Please sign in to comment.