docs: node docs and small tweaks to limitations (#12)

* docs: node docs and small tweaks to limitations

* docs: update to use new entrypoint name
This commit is contained in:
Daniel Roe 2020-11-07 10:51:48 +00:00 committed by GitHub
parent 5b8314245c
commit 799e872b80

View File

@ -7,7 +7,7 @@ export const node: SLSTarget = {
hooks: {
'done' ({ rollupConfig }) {
const entry = relative(process.cwd(), rollupConfig.output.file).replace(/\.js$/, '')
consola.info(`Ready to deploy lambda: \`${entry}\``)
consola.info(`Ready to deploy node entrypoint: \`${entry}\``)
consola.info(`You can try using \`node ${entry} [path]\``)
}
}