Configure and Retrieve Environment Variables for Lambda with Pycharm leveraging CloudFormation

Опубликовано: 10 Октябрь 2024
на канале: DataEng Uncomplicated
9,463
64

This video is a walkthrough on how to set environment variables through CloudFormation and how to retrieve them in a lambda function. This video also walks through how to configure Pycharm to run this lambda function locally and then later deployed to AWS through the SAM CLI with AWS tool kit in Pycharm.

timestamps:
00:00 prerequisites for running lambda locally with pycharm
01:02 configuring environment variables in cloud formation
02:55 retrieve environment variables in lambda function
05:22 configure lambda to run locally in pycharm
07:19 deploy lambda from pycharm
08:36 view environment variables in lambda

#pycharm
#python
#aws