Skip to content

jmeyers91/expo-cdk-infra

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published