SAM added

This commit is contained in:
ogutperl
2018-01-05 15:57:32 +01:00
parent 3269258ece
commit ec7c6026d4
3 changed files with 26 additions and 1 deletions

11
sam.yaml Normal file
View File

@@ -0,0 +1,11 @@
AWSTemplateFormatVersion: '2010-09-09'
Transform: AWS::Serverless-2016-10-31
Resources:
StandardRedirectsForCloudFront:
Type: AWS::Serverless::Function
Properties:
Handler: index.handler
Runtime: nodejs6.10
Description: 'Standard Redirects for CloudFront by Digital Sailors via the Serverless Application Repository'
MemorySize: 128
Timeout: 3