A great, simple and cheap use case for a component is a URL shortener that might just only require API Gateway proxies with a custom domain name. Lambda & DynamoDB wouldn't be required here.
shortner:
component: @serverless/url-shortnerinputs:
domain: sls.iourls:
# You could provide a custom path => sls.io/NewRelease
- name: NewReleaseurl: https://serverless.com/blog/some-release-blog# or you could just have the component auto generate one for you => sls.io/qdjvbid
- url: https://serverless.com/blog/some-thing-else
A great, simple and cheap use case for a component is a URL shortener that might just only require API Gateway proxies with a custom domain name. Lambda & DynamoDB wouldn't be required here.
outputs
The text was updated successfully, but these errors were encountered: