We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5122b79 commit a5569b2Copy full SHA for a5569b2
1 file changed
app/awscli.sh
@@ -10,18 +10,3 @@ aws dynamodb create-table \
10
--attribute-definitions AttributeName=Id,AttributeType=S \
11
--key-schema AttributeName=Id,KeyType=HASH \
12
--provisioned-throughput ReadCapacityUnits=5,WriteCapacityUnits=5
13
-
14
-# {
15
-# "ApiEndpoint": "https://x8ttp4bxtb.execute-api.us-east-1.amazonaws.com",
16
-# "ApiId": "x8ttp4bxtb",
17
-# "ApiKeySelectionExpression": "$request.header.x-api-key",
18
-# "CreatedDate": "2024-12-04T01:24:13+00:00",
19
-# "DisableExecuteApiEndpoint": false,
20
-# "Name": "posts-api",
21
-# "ProtocolType": "HTTP",
22
-# "RouteSelectionExpression": "$request.method $request.path"
23
-# }
24
-aws apigatewayv2 create-api \
25
- --name posts-api \
26
- --protocol-type HTTP \
27
- --target arn:aws:lambda:us-east-1:123456789012:function:posts-api
0 commit comments