UNPKG

serverless-gradual-traffic-shifting

Version:
45 lines (44 loc) 777 B
{ "service": "gradual-deployments-test", "custom": { "deploymentSettings": { "stages": [ "prod" ] } }, "functions": { "hello": { "handler": "handler.hello", "events": [ { "http": "GET hello" }, { "stream": { "type": "dynamodb", "arn": { "Fn::GetAtt": [ "StreamsTestTable", "StreamArn" ] } } }, { "sns": "snsTopic" }, { "s3": "s3SampleBucket" } ], "deploymentSettings": { "alias": "Live", "versionWeight": 0.02, "alarms": [ "HelloFooAlarm" ] } } } }