Sha256: 90c5bef12c04fb236e284d4218acc7d9749aa4114c9e29660ff528e6eb161288

Contents?: true

Size: 459 Bytes

Versions: 62

Compression:

Stored size: 459 Bytes

Contents

{"AWSTemplateFormatVersion":"2010-09-09","Resources":{"Test":{"Properties":{"Handler":"fn.handler","Runtime":"python2.7","CodeUri":"s3://my-code-bucket/my-function.zip","Description":"Creates thumbnails of uploaded images","MemorySize":1024,"Timeout":15,"Policies":"AmazonS3FullAccess","Environment":{"Variables":{"TABLE_NAME":"my-table"}},"Events":{"PhotoUpload":{"Type":"S3","Properties":{"Bucket":"my-photo-bucket"}}}},"Type":"AWS::Serverless::Function"}}}

Version data entries

62 entries across 62 versions & 1 rubygems

Version Path
cfndsl-1.7.2 spec/fixtures/serverless-function.json
cfndsl-1.6.0 spec/fixtures/serverless-function.json
cfndsl-1.5.0 spec/fixtures/serverless-function.json
cfndsl-1.4.0 spec/fixtures/serverless-function.json
cfndsl-1.3.9 spec/fixtures/serverless-function.json
cfndsl-1.3.8 spec/fixtures/serverless-function.json
cfndsl-1.3.7 spec/fixtures/serverless-function.json
cfndsl-1.3.6 spec/fixtures/serverless-function.json
cfndsl-1.3.5 spec/fixtures/serverless-function.json
cfndsl-1.3.4 spec/fixtures/serverless-function.json
cfndsl-1.3.3 spec/fixtures/serverless-function.json
cfndsl-1.3.2 spec/fixtures/serverless-function.json
cfndsl-1.3.1 spec/fixtures/serverless-function.json
cfndsl-1.3.0 spec/fixtures/serverless-function.json
cfndsl-1.2.0 spec/fixtures/serverless-function.json
cfndsl-1.1.1 spec/fixtures/serverless-function.json
cfndsl-1.1.0 spec/fixtures/serverless-function.json
cfndsl-1.0.6 spec/fixtures/serverless-function.json
cfndsl-1.0.5 spec/fixtures/serverless-function.json
cfndsl-1.0.4 spec/fixtures/serverless-function.json