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 7dc97cc commit f7b633cCopy full SHA for f7b633c
README.md
@@ -44,8 +44,8 @@ AWS_AUTH_GATEWAY_ID := $(shell json-env -source ${CONFIG} -read service/aws/gate
44
45
define create-config-file
46
-mkdir -p ${1}
47
- @echo "json-env -source CONFIG -export > ${1}config.json"
48
- @json-env -source ${CONFIG} -export > "${1}config.json"
+ @echo "json-env -source CONFIG -export > ${1}lambda_config.json"
+ @json-env -source ${CONFIG} -export > "${1}lambda_config.json"
49
endef
50
```
51
``` go
0 commit comments