this.provider.getDeploymentPrefix is not a function
See original GitHub issueI’ve followed the instructions. The relevant parts of my serverless.yml are:
provider:
deploymentBucket: #required!
name: "layers_deployment_bucket"
plugins:
- serverless-layers
package:
individually: false
exclude:
- node_modules/**
excludeDevDependencies: true
But when I try to deploy I get:
Type Error ---------------------------------------------
this.provider.getDeploymentPrefix is not a function
Issue Analytics
- State:
- Created 5 years ago
- Comments:7 (5 by maintainers)
Top Results From Across the Web
'name.replace is not a function' while serverless deploy #4194
When I run serverless deploy in a n AWS Lambda project that has python library (Pillow - for image processing) dependencies, I get...
Read more >How to get rid of serverless "Warning: Invalid configuration ...
According to serverless docs, deploymentBucket should be a property under provider not a root property. Share.
Read more >Deployment name prefix not defined in Terraform - Databricks
You are using Terraform to deploy a workspace in AWS and you get a Deployment name cannot be used until a deployment name...
Read more >Troubleshooting Cloud Functions - Google Cloud
Function deployment fails due to Cloud Build not supporting VPC-SC. Cloud Functions uses Cloud Build to build your source code into a runnable...
Read more >Deploying to AWS - Serverless Framework
Deploy Function. This deployment method does not touch your AWS CloudFormation Stack. Instead, it simply overwrites the zip file of the current function...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
It’s possible to do a call and I try to debug it with you?
Let’s try solve it.
If you agree, this is my contact: bruno.agutoli@gmail.com
Yes, I am stiff facing this issue and I have named my provider ‘aws’
On Thu, 7 Mar 2019 at 04:59, Bruno Agutoli notifications@github.com wrote: