Skip to content

Bump boto3 from 1.28.58 to 1.34.2 #161

Bump boto3 from 1.28.58 to 1.34.2

Bump boto3 from 1.28.58 to 1.34.2 #161

Workflow file for this run

### This is the Terraform-generated dev-build.yml workflow for the carbon-dev app repository ###
### If this is a Lambda repo, uncomment the FUNCTION line at the end of the document ###
### If the container requires any additional pre-build commands, uncomment and edit ###
### the PREBUILD line at the end of the document. ###
name: Dev Container Build and Deploy
on:
workflow_dispatch:
pull_request:
branches:
- main
paths-ignore:
- ".github/**"
jobs:
deploy:
name: Dev Container Deploy
uses: mitlibraries/.github/.github/workflows/ecr-shared-deploy-dev.yml@main
secrets: inherit
with:
AWS_REGION: "us-east-1"
GHA_ROLE: "carbon-gha-dev"
ECR: "carbon-dev"
# FUNCTION: ""
PREBUILD: "python -m pip install --upgrade pip pipenv && make install && make dependencies"