Miguel A Guevara R

Results 6 comments of Miguel A Guevara R

Menu element do reference to command first and optional command. (I dont speak English)

I have the same issue, but i fixed usin NodeJS18.X as runtime, and this is my setup - package.json ![image](https://github.com/dherault/serverless-offline/assets/15781453/749f77ad-39f7-4ef0-ab05-dae0c13d5a62) - serverless.yml: ![image](https://github.com/dherault/serverless-offline/assets/15781453/c115d21b-1ad4-4c8a-89cb-b5f1661781f4)

> guys, all right. > > I tried the same configuration but with "linked" > > ![image](https://user-images.githubusercontent.com/12818093/215790300-31bfc4f1-78c3-4f80-bb8f-8e4210d4ae2a.png) > > it doesn't work, I've already used some configurations but to debug...

> ```js > HttpApiIntegrationMain > ``` I agree with your proposal, I would like to open a PR with the necessary modifications although I do not know the current status...

@colesiegel You can use dotenv before load configuration, for example: ``` // serverless.ts import dotenv from 'dotenv'; dotenv.config() module.exports = { key: process.env.MY_KEY==='myValue' ? 12 : 34 } ``` `sls...

> Updated build.gradle including the namespace This repo have not maintance.