DESTINATION=duckdb
# Add any source-specific credentials here
make run-local
DESTINATION=filesystem
AWS_REGION=<your-aws-region>
S3_BUCKET_NAME=<your-s3-bucket-name>
AWS_PROFILE=<your-aws-profile>
# Add any source-specific credentials here
make run-local
export AWS_PROFILE=<your_profile>
make run-lambda env=<your_environment>
# Set required environment variables
export AWS_PROFILE=<your_profile>
# Build and deploy
make deploy env=<your_environment>
# Development
make run-local # Run locally with settings from .env.local
make run-lambda env=<environment> # Execute on AWS Lambda
# Deployment
make build env=<environment> # Build Docker image
make deploy env=<environment> # Build and deploy to ECR
# Utilities
make help # Show all available commands