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

Update lambda-local dependency to 2.0.3 #5049

Closed
robvanderleek opened this issue Sep 14, 2022 · 2 comments
Closed

Update lambda-local dependency to 2.0.3 #5049

robvanderleek opened this issue Sep 14, 2022 · 2 comments

Comments

@robvanderleek
Copy link

robvanderleek commented Sep 14, 2022

In the console I'm seeing these two warning lines for every function invocation:

warning Using both auth systems: aws_access_key/id and secret_access_token !
warning Using both auth systems: aws_access_key/id and secret_access_token !

I've tracked down the origin of these warnings to lambda-local, a library this repo depends on to locally run the serverless functions. The maintainers of lambda-local have removed the warnings (see this issue) in version 2.0.3.

What's the process now to update the lambda-local dependency of this repo to 2.0.3? Do we wait for the renovate bot of should I create a bump PR?

@danez
Copy link
Contributor

danez commented Oct 4, 2022

We are already using lambda-local 2.0.3. You might need to update the cli or if you do not use npm then you need to check your project and update lambda-local.

@danez danez closed this as completed Oct 4, 2022
@robvanderleek
Copy link
Author

I see, solves my issue, thanks @danez !

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

2 participants