Skip to content

AWS S3 and API URLs and commands

coveros-matt-taylor edited this page Jan 10, 2022 · 1 revision

AWS S3 and API URLs and commands

Your asset file:

https://microservicehandson.s3.amazonaws.com/richmills # follows firstnamelastname pattern

Url's needed for accessing assets in S3:

https://microservicehandson.s3.amazonaws.com/rmills-cats.jpg # a file you will upload

https://microservicehandson.s3.amazonaws.com/richmills # follows firstnamelastname pattern

API Gateway for richmills GET service invocation:

https://iqyfvyn6r4.execute-api.us-east-1.amazonaws.com/dev/richmills

Your Image tag will look something like this:

<img src="https://microservicehandson.s3.amazonaws.com/image.jpg" width="400"/>

Clone this wiki locally