Miguel A Guevara R
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  - serverless.yml: 
> guys, all right. > > I tried the same configuration but with "linked" > >  > > 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.