Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 980 Bytes

README.md

File metadata and controls

35 lines (25 loc) · 980 Bytes

expo-cdk-infra

This project was scaffolded using the CDK CLI.

This repository exists to demonstrate deploying an Expo app using the AWS CDK Codebuild module.

Setup

  1. Install eas-cli globally
npm install -g eas-cli
# or
yarn global add eas-cli
  1. Install dependencies
npm i
# or
yarn
  1. Generate an Expo access token here: https://expo.dev/settings/access-tokens
  2. Save the access token in AWS Secrets Manager in plaintext as "expo-token".

Useful commands

  • npm run build compile typescript to js
  • npm run watch watch for changes and compile
  • npm run test perform the jest unit tests
  • cdk deploy deploy this stack to your default AWS account/region
  • cdk diff compare deployed stack with current state
  • cdk synth emits the synthesized CloudFormation template