JakePartusch / serverlessui

A command-line utility for deploying serverless applications to AWS. Complete with custom domains, deploy previews, TypeScript support, and more.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[CLI] Multiple web apps per single AWS account

mykolasmolis opened this issue · comments

Thanks for a great tool! Noticed that in CLI commands and config there is no option to provide "app-id".

Suppose I would like to deploy 2 serverless ui apps on same AWS account (different domains). Will it work out of the box?

Thanks!

PING! :)

Hi @mykolasmolis — Yeah, this is currently only available via Advanced Use Cases, but this would definitely be a good enhancement:
https://github.com/JakePartusch/serverlessui#-advanced-use-cases

Thanks. Tried to use advanced mode, however, found it very complicated. Moved to using serverless-frontend-plugin. Found that deployments are much faster, but your tool has an advantege for test environments.