Skip to content

Commit

Permalink
Merge pull request #8 from jaydenchee97/feature
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
jaydenchee97 authored Feb 25, 2024
2 parents b4e653f + 4d42f02 commit a654eee
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ npm install -g @aws-amplify/cli
- Unit test with Jest (automated via Github Actions)
- E2E test with Cypress (automated via Amplify Hosting)
- Deployment of web app with Amplify
- Load test with Artillery (automated via Github Actions in a [seperate repo](https://github.com/akumid/unirent-load-testing))

## Tools/libraries documentation

Expand Down
2 changes: 1 addition & 1 deletion amplify/backend/function/geocodingHandler/src/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ app.post("/geocoding", function (req, res) {
params: {
address:
req.body.street + " " + req.body.country + " " + req.body.postalCode,
key: process.env.GOOGLE_MAPS_API_KEY,
key: process.env.G_PLACES_API_KEY,
},
timeout: 5000, // milliseconds
})
Expand Down
2 changes: 1 addition & 1 deletion amplify/team-provider-info.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
},
"geocodingHandler": {
"deploymentBucketName": "amplify-unirent-staging-195410-deployment",
"s3Key": "amplify-builds/geocodingHandler-346b4842383137652f6f-build.zip"
"s3Key": "amplify-builds/geocodingHandler-75696a48457143557734-build.zip"
},
"locationSearchApi": {
"deploymentBucketName": "amplify-unirent-staging-195410-deployment",
Expand Down

0 comments on commit a654eee

Please sign in to comment.