We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Version info:
VERSION INFO: Artillery: 2.0.20 Node.js: v20.17.0 OS: linux
Running this command:
artillery run-lambda --dotenv .env-test --tags service:artillery,team:arch--subnet-ids <ids> --security-group-ids <sc>--region eu-west-2 tests.yml
I expected to see this happen:
Values from --tags should be applied to lambda that is created
Instead, this happened:
In documentation there are lambda specific flags: https://www.artillery.io/docs/reference/cli/run-lambda#lambda-specific-flags I would expect that tags from run-lambda command would be added to resource created in AWS but it's not.
Investigation: I've checked code responsible for creating lambda in https://github.com/artilleryio/artillery/blob/main/packages/artillery/lib/platform/aws-lambda/index.js but I couldn't see support for Tags in it so it may be it :)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Version info:
Running this command:
I expected to see this happen:
Values from --tags should be applied to lambda that is created
Instead, this happened:
In documentation there are lambda specific flags: https://www.artillery.io/docs/reference/cli/run-lambda#lambda-specific-flags
I would expect that tags from run-lambda command would be added to resource created in AWS but it's not.
Investigation:
I've checked code responsible for creating lambda in https://github.com/artilleryio/artillery/blob/main/packages/artillery/lib/platform/aws-lambda/index.js
but I couldn't see support for Tags in it so it may be it :)
The text was updated successfully, but these errors were encountered: