forked from passportxyz/passport
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1764 Add passport new infrastructure (passportxyz#1853)
* [1764] - clean branch with the new infra * fix(infra): rename dpopp -> passport * fix(infra): stack reference & stack name, region * add passport vc secrets * update logging config * add github actions & updates for new infra * update core infra dependencies & github actions --------- Co-authored-by: Larisa-Roxana Bucur <[email protected]> Co-authored-by: Gerald Iakobinyi-Pich <[email protected]>
- Loading branch information
1 parent
5c285eb
commit 6265f90
Showing
8 changed files
with
2,917 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
/node_modules/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
config: | ||
aws:region: us-west-2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
name: passport | ||
runtime: | ||
name: nodejs | ||
options: | ||
typescript: true | ||
description: A minimal AWS JavaScript Pulumi program |
Oops, something went wrong.