Skip to content

Commit

Permalink
adds sam.yaml for publishing to SAR
Browse files Browse the repository at this point in the history
  • Loading branch information
brianleroux committed Dec 19, 2019
1 parent 1b42730 commit f15853d
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/sam.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
AWSTemplateFormatVersion: '2010-09-09'
Transform: AWS::Serverless-2016-10-31
Description: >
deno-runtime
Example custom runtime for Deno
Resources:
DenoRuntime:
Type: AWS::Lambda::LayerVersion
Properties:
Content:
S3Bucket: begin-public-east-1
S3Key: deno-runtime.zip

Outputs:
DenoRuntimeArn:
Value: !Ref DenoRuntime

0 comments on commit f15853d

Please sign in to comment.