creat activity handler

This commit is contained in:
paritosh18
2025-12-21 17:28:08 +05:30
parent 2e4f318684
commit 5a223f126f
8 changed files with 769 additions and 382 deletions

View File

@@ -21,7 +21,8 @@ provider:
# Reference the layer defined in this stack using CloudFormation Ref
layers:
# Use the exported stack output so deploy function works (expects a string ARN)
- ${cf:${self:service}-${sls:stage}.PrismaLambdaLayerQualifiedArn}
# For offline/local, fall back to an empty string so the CF lookup is optional.
- ${cf:${self:service}-${sls:stage}.PrismaLambdaLayerQualifiedArn, ''}
apiGateway:
binaryMediaTypes:
- '*/*'