AWS - Serverless Architecture
You wrote this SAM template but deployment fails. What is the error?
MyFunction:
Type: AWS::Serverless::Function
Properties:
Handler: app.lambda_handler
Runtime: python3.8
Events:
S3Event:
Type: S3
Properties:
Bucket: my-bucket
Events: s3:ObjectCreated:Put