Is AWS SAM better than Serverless framework? Let's deploy Ruby Telegram Bot with it!

preview_player
Показать описание
We are going to try out AWS SAM, an open source tool to deploy and operate AWS Lambda functions. While deploying a Telegram bot for English to German translation, we will compare some of the features with a Serverless Framework.

Рекомендации по теме
Комментарии
Автор

For whoever is watching this, definitely consider looking into SAM Accelerate as well - it has a huge benefit of watching your code for changes and deploying the changes in a very short amount of time which helps speed up development.

calebclawrence
Автор

AWS SAM provides functionality like sam sync for super fast deployments of just code, creates roles and permissions for you, better output than Cloudformation (used by serverless framework) and for fine grained permissions sam connectors are so simple to use and most AWS examples/ docs are AWS SAM - so if you just deploy on AWS, SAM for me I would say will speed up your dev the most

LeighMath
join shbcf.ru