Closed sadanand25 closed 2 years ago
Hello,
I am trying to deploy a zip file , it contain go language function by using the serverless.yaml
below is the file FYI. Your help is highly appreciated..
functions: Lambda: handler: src/payshield/${self:provider.stage}/-events name: '${self:provider.stage}--events-lambda' description: ' add description' role: Role package: patterns:
To use a zip file in serverless you have to use the artifact.
package: artifact: "src/xxasd/${self:provider.stage}/events.zip"
Hello,
I am trying to deploy a zip file , it contain go language function by using the serverless.yaml
below is the file FYI. Your help is highly appreciated..
functions: Lambda: handler: src/payshield/${self:provider.stage}/-events name: '${self:provider.stage}--events-lambda' description: ' add description' role: Role package: patterns: