deno.land / x / sheetjs@v0.18.3 / demos / function / LambdaProxy / template.yaml

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
AWSTemplateFormatVersion : '2010-09-09'Transform: AWS::Serverless-2016-10-31
Description: Sample Lambda API Gateway NormalizerResources: LambdaProxy: Type: AWS::Serverless::Function Properties: Runtime: nodejs6.10 Handler: index.handler BinaryMediaTypes: '*/*' Events: Api: Type: Api Properties: Path: /LambdaProxy Method: any BinaryMediaTypes: '*/*'
sheetjs

Version Info

Tagged at
2 years ago