You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 30, 2024. It is now read-only.
@iankittomar The lambda function union.py will get required values from the event.
For example: when you launch an instance the event will be triggered for running instance state and executes lambda function for those instance details. Or you can pass event data manually and run the function.
When you run this lambda without values, you will get into this error.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I have followed your steps found a couple of problems.
1.) while running this command
aws lambda create-function --function-name ddns_lambda --runtime python2.7 --role <enter-your-role-arn-here> --handler union.lambda_handler --timeout 30 --zip-file fileb://<LOCAL PATH>/union.py.zip
there is no union.py.zip file2.) python code error, Please reffer screenshort
The text was updated successfully, but these errors were encountered: