Anvil and AWS Lambda

Hi,

I’d just like to ask if anyone has tried integrating AWS Lambda into their projects.

@Anvil Team, would be really cool if you could post a tutorial on how someone could go about this. Keep up the great work!

Hi Dmitriy!

The boto3 library is already installed in the Full Python server runtimes, so driving Amazon web services from Anvil is nice and easy.

That said, a lot of the things you would classically use Lambda for, you can actually do directly with Anvil. Eg if you’re using Lambda to make a web service that handles HTTP requests, you can do that easily with an HTTP endpoint

1 Like

This is really a relieve to hear about boto3 library installation. I have recently read about AWS lambda in the Cloudways new blogs “AWS for beginners” and I found it as a very interesting thing to go on. I will try it myself and will let u know about my experience of using it.