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
preguntada hace 2 años418 visualizaciones
1 Respuesta
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
EXPERTO
Chris_G
respondido hace 2 años

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas