Skip to content

Commit 9ae7903

Browse files
committed
add layers
1 parent 1547cc2 commit 9ae7903

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

serverless.yml

+3
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ provider:
3737
functions:
3838
inspect:
3939
handler: index.handler
40+
layers:
41+
- arn:aws:lambda:us-east-1:034541671702:layer:openssl-lambda:1
42+
- arn:aws:lambda:us-east-1:580360238192:layer:nonlive-github-sls-rest-api:3
4043
github:
4144
handler: src/lambda.handler
4245
timeout: 29

0 commit comments

Comments
 (0)