This project was scaffolded using the CDK CLI.
This repository exists to demonstrate deploying an Expo app using the AWS CDK Codebuild module.
- Install
eas-cli
globally
npm install -g eas-cli
# or
yarn global add eas-cli
- Install dependencies
npm i
# or
yarn
- Generate an Expo access token here: https://expo.dev/settings/access-tokens
- Save the access token in AWS Secrets Manager in plaintext as "expo-token".
npm run build
compile typescript to jsnpm run watch
watch for changes and compilenpm run test
perform the jest unit testscdk deploy
deploy this stack to your default AWS account/regioncdk diff
compare deployed stack with current statecdk synth
emits the synthesized CloudFormation template