UNPKG

serverless

Version:

Serverless Framework - Build web, mobile and IoT applications with serverless architectures using AWS Lambda, Azure Functions, Google CloudFunctions & more

22 lines (19 loc) 420 B
service: CHANGE_TO_UNIQUE_PER_RUN provider: name: aws runtime: nodejs12.x versionFunctions: false functions: sqsBasic: handler: core.sqsBasic events: - sqs: arn: Fn::Join: - ':' - - arn - aws - sqs - Ref: AWS::Region - Ref: AWS::AccountId - CHANGE_TO_UNIQUE_PER_RUN