Updated sample codes and also the ones on docs to follow the best practice for using Java String by predatorray · Pull Request #436 · awsdocs/aws-lambda-developer-guide
Issue #, if available: N/A
Description of changes:
Updated sample codes and also the ones on docs to follow the best practice for using Java String.
Replaced all the text occurrence like new String(string) with just using the string itself.
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.