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

AWS credentials #8

Open
saadha-krissh opened this issue May 28, 2021 · 0 comments
Open

AWS credentials #8

saadha-krissh opened this issue May 28, 2021 · 0 comments

Comments

@saadha-krissh
Copy link

Hi,

I am using the following step to deploy to my lambda function

  • name: deploy-lambda
    image: omerxx/drone-lambda-plugin
    settings:
    pull: true
    function_name: ExtnService-ATXMUMAR2M9G
    file_name: ${DRONE_REPO_NAME}/${DRONE_REPO_NAME}${DRONE_BUILD_NUMBER}.zip
    s3_bucket:
    from_secret: SERVICE_DEPLOYMENT_BUCKET
    aws_default_region:
    from_secret: DEV_AWS_DEFAULT_REGION
    aws_access_key_id:
    from_secret: ACCESS_KEY
    aws_secret_access_key:
    from_secret: SECRET_KEY

But I come across the following issue:

NoCredentialProviders: no valid providers in chain. Deprecated.

5 | For verbose messaging see aws.Config.CredentialsChainVerboseErrors

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