How to latest version Id of object stored in s3 in cloudformation/serverless?

0

How to latest version Id of object stored in s3 in cloudformation/serverless? I need this to set configuration version of aws:appconfig:deployment in my serverless file. I don't want to hardcover version id.

1 Answer
0

You may want to look into AWS::CloudFormation::CustomResource. This will allow you to execute a Lambda function to find the latest version of an object in S3.

profile pictureAWS
EXPERT
Chris_G
answered 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions