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.

Saad
已提问 2 年前392 查看次数
1 回答
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
专家
Chris_G
已回答 2 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则