[As of 3/2021 the free tier of Lambda allows for 1M free requests per month and 400,000 GB-seconds of compute time per month and $1 per month for a million Event Bridge events]
Replace contents of SecretKey.txt with Interight API Private Key
Replace contents of .env with Intersight API Key, Webex Room ID, Webex Bot Token
Create AWS Lambda package from root of project directory:
sudo pip3 install --target ./package cryptography requests python-dotenv
cd package/
zip -r ../my-deployment-package.zip .
cd ..
zip -g my-deployment-package.zip *.py
zip -g my-deployment-package.zip *.txt
zip -g my-deployment-package.zip *.env
Create AWS Lambda Function using Python 3.8
Upload my-deployment-package.zip to Lambda Function
Set timeout to 8 seconds on AWS Lambda Function
Create AWS Event Bridge to run Lambda Function at a fixed interval every 15 minutes
Get help, share code, and collaborate with other developers in the Code Exchange community.View Community
Disclaimer: Cisco provides Code Exchange for convenience and informational purposes only, with no support of any kind. This page contains information and links from third-party websites that are governed by their own separate terms. Reference to a project or contributor on this page does not imply any affiliation with or endorsement by Cisco.