Steve Kling
Steve Kling
Got it working! Not quite sure how. There were several issue related to having a 'stale' .serverless folder. We've been switching between .env (profiles) and there are apparently some stored...
Thanks. Are there plans to make website/component a 1st Class Enterprise service? So we could have provider/profile and inline ${opt.variable} and ${self.variable}? Put me on the updates list for that!...
> @kling-appfire @eahefnawy I am using the aws profile via npm script like this `"deploy:sls": "serverless --aws-profile "`. I do not use .env file for this and works fine. Thank...
Lucked into a workaround looking for ways to get debug statements in website component. In short, its a file permission issue with .serverless. Delete the folder and it recreates/works. Still...
Can't upload yml so here: ``` name: app.dev-bobswift.appfire.app stage: dev website: component: '@serverless/website' inputs: code: src: client/dist hook: domain=app.dev-bobswift.appfire.app npm run clean:build region: us-east-1 bucketName: app.dev-bobswift.appfire.app env: # Environment variables...
GitHub issue won't support upload of .yml. Added .yml.txt here: [serverless.yml.txt](https://github.com/serverless-components/website/files/3740899/serverless.yml.txt) It may ultimately have been AWS. I was however able to 'fix' it by deleting the .serverless dir. We're...
huh. I def tried ${self.variable} and ${self:prop.variable}. Even ${self:variable}. I'll try it. Not having command-line options w/default like Std Serverless is HUGE. Having to code py scripts to tokenize at...
Agree with rampatina - the inability to pass stage variables negates the ability to utilize API-GW stages as they were designed/intended to be used, forcing sub-optimal design of multiple GWs;...