examples/jamstack: implemented backend deployment running on ecs

Signed-off-by: Sam Alba <sam.alba@gmail.com>
This commit is contained in:
Sam Alba
2021-04-09 16:00:38 -07:00
parent 9d6551e0bf
commit 90936c450f
4 changed files with 346 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
package main
// Name of the application
name: string & =~"[a-z0-9-]+"