1 Answer
- Newest
- Most votes
- Most comments
0
Hi,
Lambda runtime execute the code that you define it to use. So, if your Lambda execute the code that you point to , yes, it will check md5 checksum by executing this code.
It's really dependent on what you choose: you could write your own code and not use the corresponding AWS SDK in your language of choice. In that case, you could do your own REST call to the SQS endpoint and decide to not check the md5 checksum (which is a bad idea, we agree...). But, it's possible.
So, in summary, check of md5 checksum is left in your hands.
Best,
Didier
Relevant content
- asked 5 months ago
- asked 2 years ago
- asked 2 years ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated a year ago