aws-samples / aws-samples/aws-batch-with-ffmpeg
[ERROR] cdk:deploy
- Dominant language
- Dockerfile
- Stars
- 65
- Forks
- 13
- PR merge metrics
- No merged PRs in 30d
Description
Hello,
Continued to test the deployment process.
I stumbled upon another error:
```text
❯ task cdk:deploy
task: [cdk:build-lambda] mkdir -p src/dist
task: [cdk:build-lambda] pip install --quiet --target src/dist -r src/lambda_functions/metrics/requirements.txt
[notice] A new release of pip is available: 24.3.1 -> 25.0.1
[notice] To update, run: python3.11 -m pip install --upgrade pip
task: [cdk:build-lambda] cp -r src/lambda_functions/* src/dist
task: [cdk:build-lambda] cd src/dist && zip -qqr ../dist_lambda.zip .
task: [cdk:build-lambda] rm -rf src/dist
task: [cdk:deploy] cdk deploy --all --require-approval never --context batch-ffmpeg:lustre-fs:enable=true
error: unexpected argument '--all' found
tip: to pass '--all' as a value, use '-- --all'
Usage: cdk deploy [OPTIONS] [-- ...]
For more information, try '--help'.
task: Failed to run task "cdk:deploy": exit status 2
```
note that `--all` is not an acceptable flag
Contributor guide
Assessment
This issue has not been assessed yet.