Skip to content
New issue

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

Tags flag is not working in run-lambda command #3343

Open
dkleczko opened this issue Sep 18, 2024 · 0 comments
Open

Tags flag is not working in run-lambda command #3343

dkleczko opened this issue Sep 18, 2024 · 0 comments

Comments

@dkleczko
Copy link

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 :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant