Thanks for the video, it actually works but I am getting an error message in my cloud watch logs saying client.Dryrun error... Can you help me to unset the Dryrun flag
Response { "errorMessage": "'region'", "errorType": "KeyError", "stackTrace": [ " File \"/var/task/lambda_function.py\", line 8, in lambda_handler region=event['region'] " ] } i am getting the above error , do you have any idea ?
Thanks for explaining this in detail. I have few questions related to this. Can we add tags whose key values are not fixed using lambda function ? . For example , Adding Owner tag with key value as the email address of the user who launched the EC2 machine
It helps a lot... Its very clear
Awesome video. Very well explained. Thank you so much for this ! I will try this.
Thanks for the video, it actually works but I am getting an error message in my cloud watch logs saying client.Dryrun error... Can you help me to unset the Dryrun flag
Response
{
"errorMessage": "'region'",
"errorType": "KeyError",
"stackTrace": [
" File \"/var/task/lambda_function.py\", line 8, in lambda_handler
region=event['region']
"
]
}
i am getting the above error , do you have any idea ?
Thanks a lot
Very helpful and well explained. Thanks
Thanks for explaining this in detail. I have few questions related to this. Can we add tags whose key values are not fixed using lambda function ? . For example , Adding Owner tag with key value as the email address of the user who launched the EC2 machine