Skip to content

Instantly share code, notes, and snippets.

View hrishix6's full-sized avatar
🏠
Working from home

Hrishikesh P. hrishix6

🏠
Working from home
View GitHub Profile
@hrishix6
hrishix6 / bitbucket-pipelines.yml
Last active June 4, 2025 07:00
Node v22.x.x App Bitbucket Pipeline For Fargate Deployment, Includes running E2E tests with TestContainers, Upload Image to ECR, Register New Task Definition, Update Fargate Service
definitions:
services:
docker:
memory: 5120
# Assumes Following Repository variables are present -
# AWS_ECR_REPO_PROD - your ECR repository URL
# AWS_DEFAULT_REGION - aws account region
# AWS_SERVICE_NAME_PROD - ECS service name
# AWS_CLUSTER_NAME_PROD - ECS cluster name