import boto3
cloudformation = boto3.resource('cloudformation')
def lambda_handler(event, context):
print(event)
event = cloudformation.Event('id')
return 'Hello from Lambda'
Я хочу вызвать лямбду-статус CLoudform в событиях cloudwatch.
Так что я могу отправить передачу стековых данных в API.
В логах я не видел подробностей.