We're not comparing dawson's maturity to Serverless, nor we are financially backed as they are, so comparing those numbers is pointless. Anyway, if someone's interested in diving in deeper, instead of just counting our…
Just a clarification: NONE of your App's code will run using such "AdministratorAccess" policies. Each function will run in its own iam:Role with limited permissions defined by the developer. The AdministratorAccess is…
Sure, I agree with you and with most of the replies here. dawson will soon switch to using an AWS CloudFormation Service Role, which allows us to require users to grant fine-grained permissions. We will then provide a…
- it should make easier to replicate Lambdas to different AWS Regions or to use different stages (development, testing, production, ...) - allows running of lambda functions locally, which significantly speeds up…
Thanks. The main goal here is to cover a couple of use cases without needing a single configuration line (aside from the app name, which is always required).
We'll ship full first-class support for the python runtime (including the dev server) in dawson in a few weeks.
It depends on which solution are you comparing to. Usually, based on my experience, the total cost will be significantly lower than a similar solution deployed to EC2+RDS.
> Any nasty hidden surprises in AWS billing that you've experienced by doing so? - just a few cents of S3 Storage (if you're out of the free tier) to host versioned Lambda deployment packages - which will expire…
Apparently, there's no way to use API Gateway with Cognito, it looks (and should be possible) there are so many lacks in the documentation... I'm following this forum thread [0] regarding Cognito integration in JS. [0]…
We're not comparing dawson's maturity to Serverless, nor we are financially backed as they are, so comparing those numbers is pointless. Anyway, if someone's interested in diving in deeper, instead of just counting our…
Just a clarification: NONE of your App's code will run using such "AdministratorAccess" policies. Each function will run in its own iam:Role with limited permissions defined by the developer. The AdministratorAccess is…
Sure, I agree with you and with most of the replies here. dawson will soon switch to using an AWS CloudFormation Service Role, which allows us to require users to grant fine-grained permissions. We will then provide a…
- it should make easier to replicate Lambdas to different AWS Regions or to use different stages (development, testing, production, ...) - allows running of lambda functions locally, which significantly speeds up…
Thanks. The main goal here is to cover a couple of use cases without needing a single configuration line (aside from the app name, which is always required).
We'll ship full first-class support for the python runtime (including the dev server) in dawson in a few weeks.
It depends on which solution are you comparing to. Usually, based on my experience, the total cost will be significantly lower than a similar solution deployed to EC2+RDS.
> Any nasty hidden surprises in AWS billing that you've experienced by doing so? - just a few cents of S3 Storage (if you're out of the free tier) to host versioned Lambda deployment packages - which will expire…
Apparently, there's no way to use API Gateway with Cognito, it looks (and should be possible) there are so many lacks in the documentation... I'm following this forum thread [0] regarding Cognito integration in JS. [0]…