Relative Content

Tag Archive for amazon-web-servicesamazon-s3aws-cloudformation

How to write the constructs arn into file and upload the file to the s3

I am working on cdk stack to create ecs services, i need to create the metadata file for code deploy (containing task role arn, security groups etc. (all of these are created in the stack)), but i cannot write arns to the file, because on synth time i get only tokens instead of actual arns and they are not resolved later(cause the values are in the file). How can i resolve this issue?

AWS lambda layer cloudformation returns no changes to deploy

I am storing lambda layer code in s3 in zip file. This file is updated each time I am making changes in the code. First deployment succseed, but now when I am trying to update it I am getting message that there are not changes to deploy. I checked file in s3, it is containing changes.