File tree Expand file tree Collapse file tree 1 file changed +0
-15
lines changed
Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Original file line number Diff line number Diff line change @@ -10,18 +10,3 @@ aws dynamodb create-table \
1010 --attribute-definitions AttributeName=Id,AttributeType=S \
1111 --key-schema AttributeName=Id,KeyType=HASH \
1212 --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
You can’t perform that action at this time.
0 commit comments