File tree 2 files changed +3
-4
lines changed
2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ PROJECT_DIR := $(shell dirname $(realpath $(lastword $(MAKEFILE_LIST))))
13
13
HEADLESS = false
14
14
DOCKER_CMD ?= $(or $(CDK_DOCKER ) ,docker)
15
15
16
- # Arguments defined through command line or config.yaml
17
16
18
17
# PROFILE (optional argument)
19
18
ifeq (${PROFILE},)
@@ -131,13 +130,13 @@ bootstrap:
131
130
@printf " Bootstrapping: $( ACCOUNT_NUMBER) | $( REGION) | $( PARTITION) \n"
132
131
133
132
ifdef PROFILE
134
- @cdk bootstrap \
133
+ @npx cdk bootstrap \
135
134
--profile $(PROFILE) \
136
135
aws://$(ACCOUNT_NUMBER)/$(REGION) \
137
136
--partition $(PARTITION) \
138
137
--cloudformation-execution-policies arn:aws:iam::aws:policy/AdministratorAccess
139
138
else
140
- @cdk bootstrap \
139
+ @npx cdk bootstrap \
141
140
aws://$(ACCOUNT_NUMBER)/$(REGION) \
142
141
--partition $(PARTITION) \
143
142
--cloudformation-execution-policies arn:aws:iam::aws:policy/AdministratorAccess
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ aiobotocore==2.13.1
3
3
aiohttp == 3.10.11
4
4
boto3 == 1.34.131
5
5
click == 8.1.7
6
- cryptography == 44 .0.1
6
+ cryptography == 42 .0.8
7
7
fastapi == 0.111.1
8
8
fastapi_utils == 0.7.0
9
9
gunicorn == 22.0.0
You can’t perform that action at this time.
0 commit comments