-
Notifications
You must be signed in to change notification settings - Fork 2
AWS S3 and API URLs and commands
coveros-matt-taylor edited this page Jan 10, 2022
·
1 revision
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"/>