skip to Main Content

Typescript AWS Lamba: QueryString Parameters is undefined – Amazon Web Sevices

I have a simple lambda function written in typescript ( little to no experience) I am trying to extract query string parameters from event object received to lambda but it tells me this error. (property) APIGatewayProxyEventV2WithRequestContext<APIGatewayEventRequestContextV2>.queryStringParameters?: APIGatewayProxyEventQueryStringParameters | undefined 'event.queryStringParameters'…

VIEW QUESTION

AWS IoT , Rules, Lambda Function, DynamoDB (storing streaming AWS iot core data to dynamoDB) – Amazon Web Sevices

I have refered this meduim article :https://medium.com/dev-jam/tutorial-part-2-aws-iot-rules-lambda-function-dynamodb-40a7d4ea35b9 Above is the full picture of the implementation. lambda function that I used for receiving data from iot core to dynamoDB is given below console.log('Loading function'); const AWS = require('aws-sdk'); const dynamo =…

VIEW QUESTION
Back To Top
Search