We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 305a29e commit 13d3430Copy full SHA for 13d3430
1 file changed
README.md
@@ -34,3 +34,10 @@ as a partition or sort key for the table or a Global Secondary Index (GSI):
34
sport: String
35
country: String
36
37
+
38
+DEPLOYMENT NOTE:
39
40
+To deploy this API, consider using AWS SAM (Serverless Application Model). Using SAM can simplify
41
+deploying an API, such as this one, built with a single code base that supports multiple Lambda
42
+functions. See http://docs.aws.amazon.com/lambda/latest/dg/deploying-lambda-apps.html.
43
0 commit comments