Press ESC to close

Or check our Popular Categories...
Category:

serverless

16 Articles
16
aws
2 min read

Top 10 AWS Serverless Resources

With so much buzz around serverless at re:Invent [https://reinvent.awsevents.com/] 2017, I thought it would be a good time to highlight the best places and resources to find AWS-specific serverless information: 1. AWS re:Invent 2017 Serverless Breakout Sessions on YouTube [https://www.youtube.com/watch?v=I2JE-JGHOKw&list=PLhr1KZpdzukc-1lMQ8iugc82jaVUt_Nej] This...

1 min read

Real World Serverless Application Examples

UPDATED: Added examples from submissions. I love seeing real-world serverless applications. This post is a collection of the best examples, break-downs, and deep-dive articles and videos I've come across recently: * MyCrypto.tools [https://medium.com/@tunatore/how-mycrypto-tools-uses-aws-lambda-serverless-architecture-b5603df10443] is a nice write-up on all the components in their serverless stack. * TubeAlert [https://www.hammerspace.co.uk/...

1 min read

Serverless Weekly News

I really enjoy my [http://tim.blog/welcome-to-5-bullet-friday/] weekly [http://www.hackernewsletter.com/] newsletters [http://javascriptweekly.com/] and I didn't get to go to ServerlessConf in Austin [https://austin.serverlessconf.io/] last week, so instead I started the Severless Weekly News [https://serverlessweekly.news]! I'll go in to how I build it in a future...

1 min read

Redirects in Serverless

Now that the Lambda Proxy Integration [http://docs.aws.amazon.com/apigateway/latest/developerguide/integrating-api-with-aws-services-lambda.html] is a thing for API GW [https://aws.amazon.com/api-gateway/], performing redirects is a much simpler - and more sane - thing to do in your Serverless [https://serverless.com/] service. In my own case I was wanting...

1 min read

CloudFormation Stack Resources Summary

We were having a discussion over on the Serverless Forum [http://forum.serverless.com/t/hitting-cloudformation-max-resources/1098/3] about CloudFormation resources, and I came up with this AWS CLI command that I could see myself using later, so I'm going to put it here so I don't forget. The Serverless Framework is great because it...

1 min read

The Serverless Compute Manifesto

While watching the Building Complex Serverless Applications [https://www.youtube.com/watch?v=yCOgc3MRUrs] talk from re:Invent 2016 I discovered The Serverless Compute Manifesto. I couldn't find it reproduced in an easy to use format, so here it is for future reference - yours and mine: * Function are the unit of deployment and scaling....