Skip to content

ssssteffff/serverless-todo-api

Repository files navigation

Serverless TODO API

Getting started

  1. Fork this repo on github by clicking here

  2. Create a personal github access token with the following scopes: admin:repo_hook and repo. (It will be used by the CICD pipeline to pull changes from your fork)

  3. Push token to secrets manager

aws secretsmanager create-secret --name GITHUB_TOKEN --secret-string <YOUR_GITHUB_PERSONAL_ACCESS_TOKEN>
  1. Install dependencies
make bootstrap
  1. build CDK package
make build
  1. deploy
make deploy

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published