1 Answer
- Newest
- Most votes
- Most comments
0
Your API is deployed on AWS Lambda, which means that the container is launched for you when needed.
But what is more important is that before your API there is AWS API Gateway to route HTTP calls to your API.
You can configure CORS on API Gateway. Instruction can be found here.
answered 3 years ago
Relevant content
- Accepted Answerasked a year ago
- Accepted Answerasked a year ago
- asked 10 months ago
- Accepted Answerasked a year ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 4 months ago
First of all thank you very much for the response. The thing is I do not have a single thing listed under AWS Lambda or under API Gateway.
The only thing I can find listed is the bucket I created when deploying the app for the first time. And that's under S3 -> Buckets. Otherwise, nothing.
Matt, check the region where the resources are deployed through your VS 2019. In the AWS console make sure you are in that right region.