AWS Lambda + Static Outgoing IP - Part 1: Introduction

Опубликовано: 21 Июнь 2026
на канале: Programming with Alex
408
16

Please consider supporting me on Patreon:   / programmingwithalex  

GitHub link: https://github.com/programmingwithale...

The video series will cover:
1. Small python script that makes a request to https://api.ipify.org to return the connecting IP
2. Packaging the script into a Docker container and manually pushing to AWS ECR
3. Pointing AWS Lambda to the ECR image
4. Manually creating the AWS VPC and setting the Lambda configuration to that VPC
5. Testing Lambda to verify the static outgoing IP
6. Automating creating the VPC with AWS Cloudformation and re-verifying the static outgoing IP