aws-samples / aws-sdk-js-notes-app

A simple note taking application using modular AWS SDK for JavaScript (v3)
Other
81 stars 30 forks source link

feat(frontend): read region from config #9

Closed trivikr closed 3 years ago

trivikr commented 3 years ago

Issue

N/A

Description

The region was hardcoded in frontend s3Client. This PR makes region configurable, and it's read from the output of infrastructure code.

Testing

Verified that frontend works in local run.


By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.