python

AWS Lambda Development with Serverless Framework and LocalStack

Writing AWS Lambda functions using the Serverless Framework makes it easy to manage dependencies that your functions depend on as far as third-party packages or keeping track of the AWS resources that your service utilizes. The Serverless Framework automates a lot of the resource allocation and packaging of the functions with a CLI tool named … Read More

Using CodeArtifact with Poetry

In my last post I discussed how an artifact server is the best way to publish locally-developed Python packages. In this post, I show you how to set up the AWS CodeArtifact service and use it with pip and Poetry.

Building Lambdas with Poetry

Coming from a Java background, I consider the Python development process to be a bit of a mess. The pieces are all there: a central repository for publicly-available packages, a way to install the packages you want, and several ways to run your program with only those packages. But it seems that everybody has a different way to combine those pieces. So when a colleague introduced me to Poetry, my first reaction was “oh great, another tool that solves part of my problem.” But after spending time with it, I don’t want to build Lambdas any other way.

DevNews #65 – Apple’s patent for touching glass with fingers is upheld?

Links A great presentation by Joe Sondow on the Netflix Asgard Project– a Grails application server that deploys to AWS. Highlights include: Obama for America used it to keep its sites rolling and alive Used to be Netflix Application Console It is only one of the open source projects on Netflix’s GitHub page. Reasons not … Read More

DevNews #45 – Rod Johnson leaves VMware, FuseSource acquired by RedHat, more…

Note – to view all of the links that made up this podcast, visit our Delicious show page at http://delicious.com/developernews/45 Sponsors Chariot Solutions Education Services – Training in Spring, Hibernate, Scala, Maven and more. Visit us on the web at chariotsolutions.com/education Events Scalathon 2012 News Rod Johnson Leaving VMWare Spring project infrastructure maturing FuseSource acquired by RedHat … Read More