We have a aws lambda function using serverless framework. We are seeing weird behavior, when bitbucket pipeline is running, all the instances of word "admin" are being replaced by "$ARTIFACTORY_USER". When we are trying to echoing variables in pipeline, we are getting this output, img
Is the "admin" the reserved keyword in lambda, what are the possible cause of this. This is the command we are using
npm i && sls deploy --region ca-central-1 --stage dev
Below are the serverless plugins we are using
- serverless-iam-roles-per-function
- serverless-dotenv-plugin
- serverless-add-api-key
- serverless-domain-manager
- serverless-certificate-creator
We tried to run the same code in different pipeline, which doesnt contain "admin" word anywhere in the serverless.yml, its working there.
Need confirmation whether "admin" is the reserved keyword in serverless framework. We have admin in the domain url as well, if its a reserved keyword, how can we still use it in the domain name