Making 'included_files' in Netlify Functions Actually Work
The included_files feature of Netlify Functions can be confusing. Here's how to get it working.
The included_files feature of Netlify Functions can be confusing. Here's how to get it working.
Serverless used to mean something...maybe. Does it mean anything to the cloud community today?
Serverless architectures help you and your team focus almost entirely on delivering business value. They also break almost every existing security technique. I've been actively researching serverless security for a while now, here's what I've learned over the past three years.
Cybersecurity is topic that comes up regularly as something you <em>have</em> to door should door are forced to look at by your security team. But why? There have been reports of serverless threats. Rumours of traditional security issues that should keep you up at night. Is any of it real?
Serverless architectures are a fantastic solution to a lot—not all—design challenge. The benefits they bring are substantial and they can reduce the overall ops and development burden for a lot of teams. But when we're talking about serverless, are we all talking about the same thing?
AWS Lambda is a fantastic way to connect various distinct pieces in the cloud. Python is an easily accessible language that makes that work simple. But pulling in 3rd party code can be tricky. This post explains how to package 3rd party modules so you can use them in AWS Lambda.