Skip to content

Commit 72670ee

Browse files
mattstromMatt Strom
andauthored
chore(deps): security vulnerabilities (#522)
* chore(deps): security vulnerabilities * chore: correction to example project Co-authored-by: Matt Strom <matt.strom@evolv.ai>
1 parent ce578d8 commit 72670ee

File tree

6 files changed

+853
-598
lines changed

6 files changed

+853
-598
lines changed

.nvmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
16.14.2

examples/serverless.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ functions:
1717
pathPattern: '/lambda'
1818
onOriginRequest:
1919
handler: src/handlers.onOriginRequest
20+
lambdaAtEdge:
2021
distribution: 'WebsiteDistribution'
2122
eventType: 'origin-request'
2223
pathPattern: '/lambda'
@@ -43,7 +44,7 @@ resources:
4344
WebsiteDistribution:
4445
Type: 'AWS::CloudFront::Distribution'
4546
Properties:
46-
DistributionConfig:
47+
DistributionConfig: {}
4748

4849
custom:
4950
offlineEdgeLambda:

0 commit comments

Comments
 (0)