Dead-simple exercise to retrieve a String or SecureString from the AWS Systems Manager Parameter Store. No need to deploy a SAM project or use Lambda Layers. — Overview There’s plenty of guides out there on how to retrieve an SSM parameter from Lambda, but most of them require you to deploy a SAM project which, to be honest, is just overkill when trying to test out integrations. Let’s get started.