Skip to content

movement-pass/dotnet-foundation

Repository files navigation

dotnet-foundation

(For more information, click here)

In order run:

  1. Create an aws profile in your local machine named movement-pass.

  2. Make sure you have AWS CDK installed globally, if not, open your terminal and run:

npm install -g aws-cdk
  1. Assuming your terminal is open and you are in the root of this repository, run the following command to restore the packages:
dotnet restore
  1. Now, change the directory:
cd ./MovementPass.Foundation.Stacks
  1. If you are in Windows, then run:
poweshell
.\deploy.ps1
  1. If you are in macOS or Linux:
chmod +x ./deploy.sh
./deploy

Note: Running it your own AWS account would fail unless you change the domain name in ./MovementPass.Foundation.Stacks/cdk.json.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published