I updated the API (rest) via the amplify CLI to add a path and function (go 1.x), and within the function, I was able to retrieve the user ID via the following:
I am new to AWS I have hosted my API on EC2 Instance. Imported my API swagger file to Gateway. Now I want to call my EC2 instance API from API gateway how to in
I created a cloudfront distribution with the below details: Origin1 -> S3Bucket Origin2 -> APIGateway endpoint with base /Prod appended DefaultBehavior -&
I am trying to set up a CF distribution with custom origin name that points to a custom domain setup in Route53 with latency based routing (to multiple regions)
I have a stack where an api gateway resource is created. I have a construct under this stack from where i need to create a method to the above resource. I tried
I was trying to send email using SendGrid from my front end Vite application but was getting CORS error. I came to know that I need a server to make this code w
I'm setting up a mock integration for GET requests with AWS API Gateway, and wonder why it only works when the application/json request template is specified. T
I have a API Gateway Rest Api resource defined with this template: AWSTemplateFormatVersion: '2010-09-09' Description: "Api gateway" Resources: ApiGateway:
I want to add resources to my root stack and somehow found a function where I can first get stack first like this my_api = RestApi.from_rest_api_attributes(
I am building 2 separate nodejs microservices (using express inside each etc). What is the correct way to properly automate creation of AWS Api gateway's so tha
We are developing a serverless application. The application has "users" that get added, "groups" that have "permissions" on different "resources". To check if a
I am trying to access to an HTTP API (under private network) from AWS API Gateway. I created VPC link and its available. I am getting error Execution failed due
I have a lambda that loads an S3 file and returns it as a Base64: return { "isBase64Encoded": True, 'statusCode': 200, 'body': b64encode(...).decode
I am trying to deploy lambda function into API Gateway using AWS CLI. I am using aws apigateway put-integration and aws apigateway put-integration-response to u
Hello and thanks in advance for the help, Im trying to connect my serverless file to an existing API Rest in AWS but when I make the deploy it fails with the me
My goal is to set up some lambda functions which are public (i.e. no authorization required to send requests) and other ones which require a User to be logged i
I'm trying to execute API calls from ReactNative AWS Amplify to API Gateway endpoint using AWS_IAM authorization. I do it by calling (all Amplify initialization
AWS Document says, Custom domain names are not supported for private APIs. Source: https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway
I've integrated HTTP API Gateway with SQS and have some problem with MessageAttributes. The main goal is to pass parameter in URL, attach it to message attribut
Note: It turns out that this had nothing to do with flutter and everything to do with the fact that I had set the API gateway to a Lambda Proxy I am trying to h