You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am encountering an issue with the datadog-serverless-functions repository when deploying using Terraform or the provided CloudFormation stack. After deployment, the only file included in the function is index.py, and this file is empty. As a result, the function does not work as expected.
Steps to Reproduce:
Deploy using the provided CloudFormation stack or Terraform configuration.
After deployment, check the Lambda function in AWS.
Expected Behavior:
The Lambda function should be deployed with the complete set of necessary files and code.
Actual Behavior:
Only an index.py file is present, and it is empty.
Environment:
Terraform Version: 1.4.5
AWS Region: us-east-1
CloudFormation Template: Default template provided in the repository without modifications.
Additional Context:
I have followed the deployment instructions as provided in the repository.
No errors were encountered during the deployment process.
The issue seems consistent across multiple deployments.
The text was updated successfully, but these errors were encountered:
Description:
Hello,
I am encountering an issue with the
datadog-serverless-functions
repository when deploying using Terraform or the provided CloudFormation stack. After deployment, the only file included in the function isindex.py
, and this file is empty. As a result, the function does not work as expected.Steps to Reproduce:
Expected Behavior:
The Lambda function should be deployed with the complete set of necessary files and code.
Actual Behavior:
Only an
index.py
file is present, and it is empty.Environment:
Additional Context:
The text was updated successfully, but these errors were encountered: