Skip to content

Commit a5569b2

Browse files
Jade WibbelsJade Wibbels
authored andcommitted
cleanup
1 parent 5122b79 commit a5569b2

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

app/awscli.sh

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)