Any chance we can be able to set the files as public so they can be used in a non-internal context? We have the ability to power CMS pages from objec...続きを読む
I think this workflow can be further simplified by removing the today's date dummy property. This also forces you to not center the workflow on a dat...続きを読む
Well you could possibly get around that, but before that I'd probably try to determine if it is worth it or not. I mean, blockers will block so it's ...続きを読む
The docuemntation displays this code for an example serverless.json file:
// A serverless.json file configured
// for an API endpoint function
{
"runtime": "nodejs12.x",
"version": "1.0",
"endpoints": {
"path/to/endpoint": {
"f 続きを読む