Skip to content

Commit

Permalink
Add Singapore and update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
matteofigus committed Jun 8, 2021
1 parent f35db49 commit 28c211c
Show file tree
Hide file tree
Showing 7 changed files with 9,462 additions and 3,580 deletions.
2 changes: 1 addition & 1 deletion cfn-publish.config
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
template=templates/template.yaml
acl="public-read"
bucket_name_prefix="solution-builders"
regions="eu-west-1 us-east-1 us-east-2 us-west-2"
regions="eu-west-1 us-east-1 us-east-2 us-west-2 ap-southeast-1"
extra_files="frontend.zip"
1 change: 1 addition & 0 deletions demo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ The demo application is deployed as an [AWS CloudFormation](https://aws.amazon.c
| **US East (Ohio)** (us-east-2) | [![Launch the PPEDemo Stack with CloudFormation](docs/deploy-to-aws.png)](https://console.aws.amazon.com/cloudformation/home?region=us-east-2#/stacks/new?stackName=PPEDemo&templateURL=https://solution-builders-us-east-2.s3.us-east-2.amazonaws.com/amazon-rekognition-ppe/latest/template.yaml) |
| **US West (Oregon)** (us-west-2) | [![Launch the PPEDemo Stack with CloudFormation](docs/deploy-to-aws.png)](https://console.aws.amazon.com/cloudformation/home?region=us-west-2#/stacks/new?stackName=PPEDemo&templateURL=https://solution-builders-us-west-2.s3.us-west-2.amazonaws.com/amazon-rekognition-ppe/latest/template.yaml) |
| **EU (Ireland)** (eu-west-1) | [![Launch the PPEDemo Stack with CloudFormation](docs/deploy-to-aws.png)](https://console.aws.amazon.com/cloudformation/home?region=eu-west-1#/stacks/new?stackName=PPEDemo&templateURL=https://solution-builders-eu-west-1.s3.eu-west-1.amazonaws.com/amazon-rekognition-ppe/latest/template.yaml) |
| **Asia Pacific (Singapore)** (ap-southeast-1) | [![Launch the PPEDemo Stack with CloudFormation](docs/deploy-to-aws.png)](https://console.aws.amazon.com/cloudformation/home?region=ap-southeast-1#/stacks/new?stackName=PPEDemo&templateURL=https://solution-builders-ap-southeast-1.s3.ap-southeast-1.amazonaws.com/amazon-rekognition-ppe/latest/template.yaml) |

2. If prompted, login using your AWS account credentials.
3. You should see a screen titled "_Create Stack_" at the "_Specify template_" step. The fields specifying the CloudFormation template are pre-populated. Click the _Next_ button at the bottom of the page.
Expand Down
2 changes: 1 addition & 1 deletion demo/src/cfn/template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Globals:
Variables:
REGION: !Ref AWS::Region
TOPIC_ARN: !Ref TopicArn
VERSION: "0.22"
VERSION: "0.23"

Api:
EndpointConfiguration: REGIONAL
Expand Down
123 changes: 122 additions & 1 deletion demo/src/functions/detect/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 28c211c

Please sign in to comment.