-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
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
Metadata
Metadata
Assignees
Labels
No labels