NullPointer4096
NullPointer4096
In the current ImgBot workflow, there's an issue that prevents a pull request from being opened or updated in the downstream OpenPrFunction when there's a failure at the CompressImagesFunction, after...
**Description:** The A_TO_RecycleTripDriver function in the TripMonitorOrchestrator does not currently handle idempotency. This can lead to processing the same event multiple times, which may cause unwanted side effects, such as...
Hello, The [ivs-create-channels.lambda_handler](https://github.com/aws-samples/retail-demo-store/blob/5a4860ddecc0f6d59c8631dac5bdacca71ec770c/src/aws-lambda/ivs-create-channels/ivs-create-channels.py#L237) function is asynchronously invoked by CloudFormation to create, update, or delete IVS channels and maintain the video-to-channel mappings in SSM. For each [`video_file_key`](https://github.com/aws-samples/retail-demo-store/blob/5a4860ddecc0f6d59c8631dac5bdacca71ec770c/src/aws-lambda/ivs-create-channels/ivs-create-channels.py#L134), the workflow is that...
**Description:** The current implementation of the ProcessSmsQueueMessage function sends SMS messages without checking for duplicate messages. This can lead to the same message being sent multiple times if the function...
Description: I would like to kindly bring attention to a potential issue in the [ChatFunction](https://github.com/danilop/serverless-chat/blob/5c283d20d69598ccda3a36fa180ae4808b0e7d30/fn/index.js#L73), which is invoked by the [chatRule](https://github.com/danilop/serverless-chat/blob/5c283d20d69598ccda3a36fa180ae4808b0e7d30/cloudformation/template.yaml#L54) IoT TopicRule. This function calls the [IotData.publish](https://github.com/danilop/serverless-chat/blob/5c283d20d69598ccda3a36fa180ae4808b0e7d30/fn/index.js#L232) to send...
The current implementation of the [TransferMoney](https://github.com/Azure-Samples/saga-orchestration-serverless/blob/c4cfc84/src/Saga.Functions/Services/Participants/TransferService.cs#L19) function may result in duplicate transfers when a software, hardware, or network error occurs during its execution. Each time the function is invoked by...
**Description**: I would like to kindly bring attention to a potential issue with the [CartDBStreamHandler](https://github.com/aws-samples/aws-serverless-shopping-cart/blob/66a863f1b7a2a7f319adddce6a55e090ce9f6734/backend/shopping-cart-service/db_stream_handler.py#L27) function, which is used to change the quantity of items in the shopping cart stored...
Description: I would like to kindly bring attention to a potential issue with the [ProcessAnswersStreamFunction](https://github.com/aws-samples/ask-around-me/blob/29887b4914dc9f8d0e55199c6636fa4e87520dbb/backend/streams/processAnswers/app.js#L36), which is invoked when incoming star rating answers or geo answers enter the DynamoDB through...
**Description:** In the provided Azure Functions code for the UpdateCounts function in [ServerlessLibrary/ServerlessLibraryFunctionApp/UpdateCounts.cs](https://github.com/Azure/ServerlessLibrary/blob/2193e518277349a8e8f5ba91b0a3ff6221eeefea/ServerlessLibraryFunctionApp/UpdateCounts.cs#L16), there is an idempotency problem that may cause incorrect counts in the storage table for likes, dislikes,...
**Description:** In the AWS Lambda function provided in [serverless-coffee/backends/6-publisher-service/code/publishToIOT.js](https://github.com/aws-samples/serverless-coffee/blob/a8b9a38985045b468246828e987454d5abe4be8f/backends/6-publisher-service/code/publishToIOT.js#L28) , there is an idempotency problem related to the **_iotPublish_** API. The code segment publishes a message to the IoT topic...