Remove AWS Remove Serverless Remove TDD
article thumbnail

Using Golang for your Serverless projects

Xebia

When you are creating a serverless project, this changes. Running tests I am a fan of TDD (test driven development), so obviously I wrote tests for my lambda functions. An example can be found in the “ Stubbing AWS Service calls in Golang ” blog I wrote. When you develop a CLI tool, your project structure is quite simple.

article thumbnail

170+ live online training courses opened for March and April

O'Reilly Media - Ideas

An Introduction to Amazon Machine Learning on AWS , March 6-7. Beginner’s Guide to Writing AWS Lambda Functions in Python , March 1. Advanced TDD (Test-Driven Development) , March 15. AWS Certified Security - Specialty Crash Course , March 27-28. Creating Serverless APIs with AWS Lambda and API Gateway , March 5.

Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Trending Sources

article thumbnail

New live online training courses

O'Reilly Media - Ideas

Advanced Test-Driven Development (TDD) , June 27. AWS Security Fundamentals , July 15. AWS Certified Security - Specialty Crash Course , July 25-26. AWS Access Management , June 6. AWS Certified Big Data - Specialty Crash Course , June 26-27. Getting Started with Amazon SageMaker on AWS , July 1.

Course 93
article thumbnail

3 Stages of Learning a New Technology

Robots and Pencils

platforms (Linux, AWS Lambda, Google AppEngine etc.) I wouldn’t apply it to: methodologies (TDD, agile, effective writing, etc.) high-level concepts (parsing, ML, IoT, serverless, etc.) I would apply this approach to: programming languages data stores libraries and frameworks tools (git, Docker, Regex, etc.)

article thumbnail

Top 10 software development workshops and courses in Barcelona

Apiumhub

Codium trains and accompanies programming teams, specializing in Clean code, TDD and Legacy code. Architecture, Agility and DevOps in Amazon AWS, Microsoft Azure and Google Cloud. TDD and BDD. Microservices with AWS Lambdas. Serverless Architecture Using AWS. Software Architecture. Refactoring. Legacy Code.

article thumbnail

219+ live online training courses opened for June and July

O'Reilly Media - Ideas

Advanced Test-Driven Development (TDD) , June 27. AWS Security Fundamentals , July 15. AWS Certified Security - Specialty Crash Course , July 25-26. AWS Access Management , June 6. AWS Certified Big Data - Specialty Crash Course , June 26-27. Getting Started with Amazon SageMaker on AWS , July 1.

Course 66
article thumbnail

Three Patterns for an Effective Cloud Native Development Workflow

Daniel Bryant

However, although the initialisation of the infrastructure is fast, it is typically not instantaneous (as you might want, say, in a TDD cycle). The simulated local development infrastructure pattern can be seen with AWS SAM Local. This can lead to task/context switching becoming a problem.