AWS Lambda Layer for Python development with comprehensive schema support.
- Multi-Service Support: Comprehensive AWS service schemas
- Environment Management: Multi-account deployment support
- CI/CD Integration: GitHub Actions with OIDC authentication
- Flexible Configuration: Environment-specific S3 buckets and IAM roles
-
Setup IAM Roles and OIDC:
./create_role.sh # or ./create_role.ps1
-
Deploy to AWS:
sam build sam deploy
This project includes automated CI/CD pipeline with:
- Multi-branch deployment (
main
→ production,deploy
→ development) - OIDC authentication for secure AWS access
- Environment-specific configurations
Latest deployment test with OIDC and multi-environment setup. Fixed IAM role ARN configuration for production environment. Fixed IAM role ARN format with double colon (::) for correct AWS format.# GitHub Actions Test