POPULARITY
On this episode, Jeremy chats with Angela Timofte about your database options when building new or refactoring old apps with serverless, the process that Trustpilot uses to choose how to store data, and problems they solved using a serverless-first approach.
The principles of chaos engineering have been battle-tested for years using traditional infrastructure and containerized microservices. But how do they work with serverless functions and managed services? In this session, we cover the motivations behind chaos engineering, how we perform chaos experiments, and what some of the common weaknesses are that we can test for in our serverless applications. We also run some actual experiments in a serverless AWS environment. Join us as we move from talking about principles to performing real chaos-engineering experiments for serverless.
Otras charlas de Codemotion 2019 también en podcast: https://lk.autentia.com/Codemotion-Podcast 12 million developers across 80% of the enterprise, run Java. It is the #1 language in the world, yet when it comes to serverless, rarely seen in the top 3. Why? I will review some of the recent improvements to the language, platform, and ecosystem, as well as offer a glimpse into upcoming features targeting both developer productivity and program performance while retaining Java’s core values of readability and compatibility. Come away with confidence that your Java skills can be applied to the next generation of serverless workloads.
This week, we welcome Loris Degioanni from Sysdig to discuss their open source container native runtime security project called Falco! In the News segment, The Matrix turns 20, Containers are Weakest Security Leak Again, The Evolution of Application Security in the Serverless World, and more! To learn more about Sysdig, visit: https://securityweekly.com/sysdig Full Show Notes: https://wiki.securityweekly.com/ASW_Episode56 Visit https://www.securityweekly.com/asw for all the latest episodes! Visit our website: https://www.securityweekly.com Follow us on Twitter: https://www.twitter.com/securityweekly
In the News segment, The Matrix turns 20, Containers are Weakest Security Leak Again, The Evolution of Application Security in the Serverless World, and more! Full Show Notes: https://wiki.securityweekly.com/ASW_Episode56 Follow us on Twitter: https://www.twitter.com/securityweekly
In the News segment, The Matrix turns 20, Containers are Weakest Security Leak Again, The Evolution of Application Security in the Serverless World, and more! Full Show Notes: https://wiki.securityweekly.com/ASW_Episode56 Follow us on Twitter: https://www.twitter.com/securityweekly
This week, we welcome Loris Degioanni from Sysdig to discuss their open source container native runtime security project called Falco! In the News segment, The Matrix turns 20, Containers are Weakest Security Leak Again, The Evolution of Application Security in the Serverless World, and more! To learn more about Sysdig, visit: https://securityweekly.com/sysdig Full Show Notes: https://wiki.securityweekly.com/ASW_Episode56 Visit https://www.securityweekly.com/asw for all the latest episodes! Visit our website: https://www.securityweekly.com Follow us on Twitter: https://www.twitter.com/securityweekly
The Goat Farm is back with what we’re dubbing “Season 2”. In Season 2 we are going to focus on the challenges of inertia in organizations, how organizations are adopting the practices of Cloud Native and Serverless, and the intersection … Continue reading →
How do you monitor and troubleshoot an application made up of many ephemeral, stateless functions? How do you debug a distributed application in production? In this talk, we walk you through best practices, tools, and conventions using common troubleshooting scenarios. We'll discuss how you can use AWS services to address these scenarios, such as using Amazon CloudWatch for alarms and using AWS X-Ray to detect cross service calls. You will also learn how Financial Engines leverages AWS X-Ray to debug, monitor, and analyze latency data for its serverless applications. It will also share some best practices for debugging and reporting.
It promises to be the serverless community's largest get-together to date: Next October 8 in New York City, for three days, Serverlessconf promises to bring hundreds of cloud-native applications developers together, for in-depth discussions about how the newest concepts in serverless will mesh with the existing developer culture — which is already in flux for other reasons. “Initially, there was this discussion that maybe serverless is ‘No-ops.' And it turned out to not be true at all,” admitted Peter Sbarski, who leads the Serverlessconf conferences and is vice president of engineering at A Cloud Guru. Speaking with Alex Williams for this edition of The New Stack Analysts, Sbarski told us, “When you are deploying functions, you are basically building a large distributed system. It needs to be managed, organized, looked after. You need to have monitoring, logging. You need to know what is going on with the functions, with the third-party services that you consume. How do you even do a release that makes sense? How do you release dependencies in the right order? So there's a lot to be explained. Sbarski gets into this topic and other subjects to be covered during Serverlessconf in New York City, with TNS Founder Alex Williams and our contributing analyst, Krishnan Subramanian, in this latest edition of The New Stack Analysts.
Amazon API Gateway and AWS Lambda provide a new way of building applications by removing servers from the picture. But what does the removal of servers mean to tasks like deployment, monitoring, and debugging? How should you set up blue-green deployments or set alarms? Come learn all this and more, including how to use AWS services and tools like AWS CodePipeline, AWS CloudFormation, and Amazon CloudWatch to manage your serverless applications at high quality.