4 ms·
Check this out: https://aws.amazon.com/lambda/pricing/ https://aws.amazon.com/lambda/pricing/ > The Lambda free tier includes 1M free requests per month and 4
by git-pull 9y ago
Check this out: https://aws.amazon.com/lambda/pricing/ https://aws.amazon.com/lambda/pricing/
> The Lambda free tier includes 1M free requests per month and 400,000 GB-seconds of compute time per month.
> The Lambda free tier does not automatically expire at the end of your 12 month AWS Free Tier term, but is available to both existing and new AWS customers indefinitely.
(emphasis added)
That is awesome. Providing you could get your application compatible with lambda. This application may help for WSGI-based (python) applications: https://github.com/Miserlou/Zappa https://github.com/Miserlou/Zappa
More on AWS Lambda: https://aws.amazon.com/lambda/ https://aws.amazon.com/lambda/
- Mizza 9y agoZappa isn't just for WSGI, you can also build massively parallel event driven applications with async task invocation! https://github.com/Miserlou/Zappa#asynchronous-task-execution https://github.com/Miserlou/Zappa#asynchronous-task-executio... :D
- alexellisuk 9y ago> Providing you could get your application compatible with lambda. I know Erica at iOpipe and like what they are building. OpenFaaS is an alternative that can run on Docker or Kubernetes to provide a more flexible serverless environment with containers. Check it out https://www.openfaas.com https://www.openfaas.com
- oconnore 9y agoThis would be way more useful if there was an indefinite free tier (or just a smooth bill per usage!) for API gateway. I have seriously considered moving my personal projects to Azure because Functions can be triggered via HTTPS without a $3.50 charge cliff.