You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Actually, I am ignoring node_modules in webpack using externals: fs.readdirSync("node_modules"),
and I want to use lambda layers instead, but whenever I run sam local start-api , sam complains about dep folder not found under build dir.
how could I handle lambda layers ?
The text was updated successfully, but these errors were encountered:
Actually, I am ignoring node_modules in webpack using
externals: fs.readdirSync("node_modules"),
and I want to use lambda layers instead, but whenever I run sam local start-api , sam complains about dep folder not found under build dir.
how could I handle lambda layers ?
The text was updated successfully, but these errors were encountered: