Help us improve the AWS re:Post Knowledge Center by sharing your feedback in a brief survey. Your input can influence how we create and update our content to better support your AWS journey.
api gateway settings for mixed querystring parameters
0
Hello,
I have an api gateway already set up and working that drops an image in an s3 bucket. But now I want to add an extra parameter (geotag) that isn't required for the bucket, but will be combined with the image metadata after it is processed by a lambda function., Do I simply add an extra resource and in the integration request tab, under integration type make it lambda?
thank you Giovanni