ankitdet
Results
2
issues of
ankitdet
**Question** How to use sqs-consumer package with the lambda function. As we know, we have SQSEvent trigger that we need to configured. Can you provide some guidance ?
question
Hi I have configuration, import MesssageFormat from 'message-format' const msg = SuccessMessage[code] return new MesssageFormat('en_US', msg).format(json) + import MesssageFormat from 'message-format' const msg = SuccessMessage[code] return new MesssageFormat('en-US', msg).format(json) In...