AWS - Lambda - spot intance 파일명 변경

This commit is contained in:
dsk-minchulahn
2024-01-29 14:32:59 +09:00
parent 30376d0a27
commit 773ce08893
2 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
#!/bin/bash
lambda_function="spot_start"
aws lambda invoke --function-name ${lambda_function} --cli-binary-format raw-in-base64-out --payload '{ "key": "value" }' response.json
rm response.json