Hi,
I am currently using your pipeline in my project with the atlassian/aws-sam-deploy:2.3.0 image. In the AWS SAM CLI version released in January 2023, we can specify the log group to which the Lambda function will write logs specifically.
However, since atlassian/aws-sam-deploy:2.3.0 uses an older version of sam cli, when we add this feature, we encounter the error 'property LogGroupName not defined for resource of type AWS::Serverless::Function.' The 'sam build' and 'deploy' processes work successfully when tested locally with the up-to-date SAM CLI.
LoggingConfig:
LogGroup: /aws/your-log-group
Hi @Murat Uysal . We released new pipe 2.4.0 version of aws-sam-deploy with updated sam cli version 1.108.0
Regards, Igor
Hi @Murat Uysal . We will update sam cli version and notify you.
Regards, Igor
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.