<div dir="ltr"><div>Hey Everyone,</div><div><br></div><div>Thanks again for the great discussion around AWS Lambda earlier.</div><div><br></div><div>I have to make one significant correction, however. It turns out you cannot use a custom AMI with AWS Lambda. I apologize for the incorrect information.</div><div><br></div><div>I knew the notion of a custom AMI was contrary to what AWS Lambda is, but I thought it was nonetheless an option. AWS has several deployment mechanisms and I mixed up the capabilities of other support mechanisms with those of Lambda.<br></div><div><br></div><div>There is some control over the execution environment, and you can bundle up libraries for your language runtime - I believe including binaries that are compatible with the AWS AMI where needed by the library - but providing your own AMI is not possible.</div><div><br></div><div>As per AWS FAQs (<a href="https://aws.amazon.com/lambda/faqs/">https://aws.amazon.com/lambda/faqs/</a>):</div><div><br></div><div>
<p><b>Q: Can I change the version of Amazon Linux or any language runtime? <br> </b></p> 
           <p>No. AWS Lambda offers a single version of the operating system and language runtime to all users of the service.</p>

<br></div><div>Bill</div><div><br></div></div>