Skip to content

Instantly share code, notes, and snippets.

@gitmol777
gitmol777 / deploy.yml
Last active February 1, 2026 06:41
Fixed the issue I had with CD/CI pipeline I had with "Line 20 to line 31 added"
name: Deploy to AWS Lambda
on:
push:
branches: [main]
env:
AWS_REGION: us-east-1
ECR_REPOSITORY: rag-text-to-sql
LAMBDA_FUNCTION: rag-text-to-sql-serverless