Local Dev: AWS Lambda RIE

<p>Many times, I was required to test or create AWS Lambda services.<br /> I was looking for a solution that would help me do this in a efficient way.<br /> AWS Lambda Runtime Interface Emulator (RIE), which is a tool that you can use to test Lambda functions locally.<br /> It is a small web server that exposes the Lambda runtime HTTP server via a REST API.</p> <p>Combination AWS Lambda RIE, Docker, and watchexec is incredibly powerful. For more information about watchexec, you can visit the project&rsquo;s github page at&nbsp;<a href="https://github.com/watchexec/watchexec" rel="noopener ugc nofollow" target="_blank">watchexec</a></p> <p>As a part of this post, I will demonstrate how to develop an AWS lambda</p> <p>Build our Docker image for Lambda RIE</p> <pre> <a href="https://medium.com/@blusik9/local-dev-aws-lambda-rie-b8a85ca26f6d"><strong>Click Here</strong></a> </pre>
Tags: lambda RIE