Kevin Boutin
Kevin Boutin
When I have the following setup: ``` const Group = database.define('groups', { name: Sequelize.STRING, status: Sequelize.INTEGER, userId: { type: Sequelize.INTEGER, references: { model: 'users', key: 'id' } } }); const...
When I have the following setup: ``` const Group = database.define('groups', { name: Sequelize.STRING, status: Sequelize.INTEGER, userId: { type: Sequelize.INTEGER, references: { model: 'users', key: 'id' } } }); const...
Example: `serverless downloadDocumentation --outputFileName=docs.txt --restApiId uul9j3wly9` This prevents the need of having the serverless.yml specifying the restApiId explicitly. Example: ``` provider: apiGateway: restApiId: XXXXXX ```
... Serverless: Invoke aws:common:validate Serverless: Invoke aws:common:cleanupTempDir Serverless: Packaging service... Serverless: Excluding development dependencies... Serverless: Invoke aws:package:finalize Serverless: Invoke aws:common:moveArtifactsToPackage Serverless: Invoke aws:common:validate Serverless: Invoke aws:deploy:deploy Serverless: Invoke nestedPlugin:data Serverless:...