Open mikestaub opened 4 years ago
backend:
component: '@serverless/backend'
inputs:
code:
root: ./code # The root folder containing the backend code.
src: dist # The folder within your 'src' directory containing your built artifacts
hook: npm run build # A hook to build/test/do anything
region: us-east-1
runtime: nodejs10.x # The runtime for the lambda. Only nodejs10.x or nodejs8.10 are allowed
memory: 128
timeout: 10
description: A function for the registry backend.
**bucketName: myBucket # (Optional) The Bucket name where src
files/folder will be upload.
backend-
**
Trying to deploy a new component, I get that error. How can I specify a custom bucket name?