how to develop on a serverless architecture

0

we use loads of lambda, eventbridge, all that good stuff. My devs were favouring a local environment, but this is clearly not possible. How do we write code / release fast, with a serverless architecture, without having to deploy every tiny change back up to AWS?

質問済み 1年前212ビュー
2回答
0

AWS has extensive tools to support the developer community. Please check the tools page here: https://aws.amazon.com/developer/tools/

Specifically for the development of serverless applications, Cloud9 IDE can be used which is integrated with the AWS environment. https://aws.amazon.com/cloud9/

AWS
回答済み 1年前
0

When you mention favoring a local environment, was your team using AWS Serverless Application Model (SAM) to test and debug serverless applications locally?

We recommend using SAM to locally test and debug serverless applications to verify expected behavior before packaging and deploying the application to test further.

AWS
回答済み 1年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ