1

AWS codedeploy lambda hooks 函数接受三个参数:

exports.handler = (event, context, callback) => {

https://docs.aws.amazon.com/codedeploy/latest/userguide/reference-appspec-file-structure-hooks.html#reference-appspec-file-structure-hooks-section-structure-ecs-sample-function

但是我可以在这些对象上使用哪些属性?该示例显示事件至少定义了 DeploymentId 和 LifecycleEventHookExecutionId 但我还能提取什么?这是在哪里记录的?

4

0 回答 0