We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7865a8 commit 7128b1cCopy full SHA for 7128b1c
Examples/Streaming/README.md
@@ -39,7 +39,9 @@ The ZIP file is located at `.build/plugins/AWSLambdaPackager/outputs/AWSLambdaPa
39
Here is how to deploy using the `aws` command line.
40
41
### Step 1: Create the function
42
+
43
```bash
44
+# Replace with your AWS Account ID
45
AWS_ACCOUNT_ID=012345678901
46
aws lambda create-function \
47
--function-name StreamingNumbers \
0 commit comments