• Professional Development
  • Medicine & Nursing
  • Arts & Crafts
  • Health & Wellbeing
  • Personal Development

26 AWS Lambda courses

Build and Deploy Lambda Functions: AWS with Python and Boto3

By Packt

Learn how you can develop and deploy Java, Python, NodeJS Lambda Functions and manage them using Python and Boto3!

Build and Deploy Lambda Functions: AWS with Python and Boto3
Delivered Online On Demand
£33.99

Chatbots Development with Amazon Lex

By Packt

Do you want to build a simple, reliable, and error-free chatbot for your business? If yes, then this is the course for you! Learn to build a chatbot with Amazon Lex, a fully-controlled AI service with sophisticated natural language models to create, develop, test, and deploy chatbots (conversational interfaces) in applications.

Chatbots Development with Amazon Lex
Delivered Online On Demand
£82.99

Security Engineering on AWS

By Nexus Human

DURATION 3 DAYS 18 CPD HOURS THIS COURSE IS INTENDED FOR THIS COURSE IS INTENDED FOR SECURITY ENGINEERS, SECURITY ARCHITECTS, AND INFORMATION SECURITY PROFESSIONALS. OVERVIEW IDENTIFY SECURITY BENEFITS AND RESPONSIBILITIES OF USING THE AWS CLOUD BUILD SECURE APPLICATION INFRASTRUCTURES PROTECT APPLICATIONS AND DATA FROM COMMON SECURITY THREATS PERFORM AND AUTOMATE SECURITY CHECKS CONFIGURE AUTHENTICATION AND PERMISSIONS FOR APPLICATIONS AND RESOURCES MONITOR AWS RESOURCES AND RESPOND TO INCIDENTS CAPTURE AND PROCESS LOGS CREATE AND CONFIGURE AUTOMATED AND REPEATABLE DEPLOYMENTS WITH TOOLS SUCH AS AMIS AND AWS CLOUDFORMATION DESCRIPTION THIS COURSE DEMONSTRATES HOW TO EFFICIENTLY USE AWS SECURITY SERVICES TO STAY SECURE IN THE AWS CLOUD. THE COURSE FOCUSES ON THE SECURITY PRACTICES THAT AWS RECOMMENDS FOR ENHANCING THE SECURITY OF YOUR DATA AND SYSTEMS IN THE CLOUD. THE COURSE HIGHLIGHTS THE SECURITY FEATURES OF AWS KEY SERVICES INCLUDING COMPUTE, STORAGE, NETWORKING, AND DATABASE SERVICES. YOU WILL ALSO LEARN HOW TO LEVERAGE AWS SERVICES AND TOOLS FOR AUTOMATION, CONTINUOUS MONITORING AND LOGGING, AND RESPONDING TO SECURITY INCIDENTS. PREREQUISITES WE RECOMMEND THAT ATTENDEES OF THIS COURSE HAVE: * WORKING KNOWLEDGE OF IT SECURITY PRACTICES AND INFRASTRUCTURE CONCEPTS * FAMILIARITY WITH CLOUD COMPUTING CONCEPTS * COMPLETED AWS SECURITY ESSENTIALS AND ARCHITECTING ON AWS COURSES 1 - SECURITY ON AWS * Security in the AWS cloud * AWS Shared Responsibility Model * Incident response overview * DevOps with Security Engineering 2 - IDENTIFYING ENTRY POINTS ON AWS * Identify the different ways to access the AWS platform * Understanding IAM policies * IAM Permissions Boundary * IAM Access Analyzer * Multi-factor authentication * AWS CloudTrail 3 - SECURITY CONSIDERATIONS: WEB APPLICATION ENVIRONMENTS * Threats in a three-tier architecture * Common threats: user access * Common threats: data access * AWS Trusted Advisor 4 - APPLICATION SECURITY * Amazon Machine Images * Amazon Inspector * AWS Systems Manager 5 - DATA SECURITY * Data protection strategies * Encryption on AWS * Protecting data at rest with Amazon S3, Amazon RDS, Amazon DynamoDB * Protecting archived data with Amazon S3 Glacier * Amazon S3 Access Analyzer * Amazon S3 Access Points 6 - SECURING NETWORK COMMUNICATIONS * Amazon VPC security considerations * Amazon VPC Traffic Mirroring * Responding to compromised instances * Elastic Load Balancing * AWS Certificate Manager 7 - MONITORING AND COLLECTING LOGS ON AWS * Amazon CloudWatch and CloudWatch Logs * AWS Config * Amazon Macie * Amazon VPC Flow Logs * Amazon S3 Server Access Logs * ELB Access Logs 8 - PROCESSING LOGS ON AWS * Amazon Kinesis * Amazon Athena 9 - SECURITY CONSIDERATIONS: HYBRID ENVIRONMENTS * AWS Site-to-Site and Client VPN connections * AWS Direct Connect * AWS Transit Gateway 10 - OUT-OF-REGION PROTECTION * Amazon Route 53 * AWS WAF * Amazon CloudFront * AWS Shield * AWS Firewall Manager * DDoS mitigation on AWS 11 - SECURITY CONSIDERATIONS: SERVERLESS ENVIRONMENTS * Amazon Cognito * Amazon API Gateway * AWS Lambda 12 - THREAT DETECTION AND INVESTIGATION * Amazon GuardDuty * AWS Security Hub * Amazon Detective 13 - SECRETS MANAGEMENT ON AWS * AWS KMS * AWS CloudHSM * AWS Secrets Manager 14 - AUTOMATION AND SECURITY BY DESIGN * AWS CloudFormation * AWS Service Catalog 15 - ACCOUNT MANAGEMENT AND PROVISIONING ON AWS * AWS Organizations * AWS Control Tower * AWS SSO * AWS Directory Service

Security Engineering on AWS
Delivered Online4 days, Jun 12th, 13:00 + 2 more
£2025

AWS Serverless Microservices with Patterns and Best Practices

By Packt

You will learn how to develop reliable and scalable serverless applications, following the microservices architecture. We will develop event-driven microservices with AWS serverless services that come with the power of the cloud, high availability and high scalability by nature following serverless design patterns and best practices.

AWS Serverless Microservices with Patterns and Best Practices
Delivered Online On Demand
£74.99

Learn AWS Automation with Boto3, Python, and Lambda Functions

By Packt

This course is focused on concepts of Python Boto3 Module and Lambda using Python. It covers how to use Boto3 module, concepts of Boto3 (session, resource, client, meta, collections, waiters, and paginators), and AWS Lambda to build real-time tasks with lots of step-by-step examples.

Learn AWS Automation with Boto3, Python, and Lambda Functions
Delivered Online On Demand
£33.99

AWS Certified Developer Associate - A Practical Guide

By Packt

The complete manual to help you master real-world AWS concepts and pass the AWS Developer Associate - Exam

AWS Certified Developer Associate - A Practical Guide
Delivered Online On Demand
£74.99

AWS Certified Cloud Practitioner Essentials Course

By Packt

This course helps you to understand the concepts of the AWS Cloud and covers all the fundamental topics of AWS, such as core services, security essentials, architecting essentials, and pricing essentials.

AWS Certified Cloud Practitioner Essentials Course
Delivered Online On Demand
£29.99

Developing on AWS

By Nexus Human

DURATION 3 DAYS 18 CPD HOURS THIS COURSE IS INTENDED FOR THIS COURSE IS INTENDED FOR: INTERMEDIATE SOFTWARE DEVELOPERS OVERVIEW IN THIS COURSE, YOU WILL LEARN TO: SET UP THE AWS SDK AND DEVELOPER CREDENTIALS FOR JAVA, C#/.NET, PYTHON, AND JAVASCRIPT INTERACT WITH AWS SERVICES AND DEVELOP SOLUTIONS BY USING THE AWS SDK USE AWS IDENTITY AND ACCESS MANAGEMENT (IAM) FOR SERVICE AUTHENTICATION USE AMAZON SIMPLE STORAGE SERVICE (AMAZON S3) AND AMAZON DYNAMODB AS DATA STORES INTEGRATE APPLICATIONS AND DATA BY USING AWS LAMBDA, AMAZON API GATEWAY, AMAZON SIMPLE QUEUE SERVICE (AMAZON SQS), AMAZON SIMPLE NOTIFICATION SERVICE (AMAZON SNS), AND AWS STEP FUNCTIONS USE AMAZON COGNITO FOR USER AUTHENTICATION USE AMAZON ELASTICACHE TO IMPROVE APPLICATION SCALABILITY LEVERAGE THE CI/CD PIPELINE TO DEPLOY APPLICATIONS ON AWS DESCRIPTION IN THIS COURSE, YOU LEARN HOW TO USE THE AWS SDK TO DEVELOP SECURE AND SCALABLE CLOUD APPLICATIONS USING MULTIPLE AWS SERVICES SUCH AS AMAZON DYNAMODB, AMAZON SIMPLE STORAGE SERVICE, AND AWS LAMBDA. YOU EXPLORE HOW TO INTERACT WITH AWS USING CODE AND LEARN ABOUT KEY CONCEPTS, BEST PRACTICES, AND TROUBLESHOOTING TIPS. MODULE 0: COURSE OVERVIEW * Agenda * Introductions * Student resources MODULE 1: INTRODUCTION TO AWS * Introduction to the AWS Cloud * Cloud scenarios * Infrastructure overview * Introduction to AWS foundation services MODULE 2: INTRODUCTION TO DEVELOPING ON AWS * Getting started with developing on AWS Introduction to developer tools Introduction to management tools MODULE 3: INTRODUCTION TO AWS IDENTITY AND ACCESS MANAGEMENT * Shared responsibility model * Introduction to IAM * Use authentication and authorization MODULE 4: INTRODUCTION TO THE LAB ENVIRONMENT * Introduction to the lab environment * Lab 1: Getting started and working with IAM MODULE 5: DEVELOPING STORAGE SOLUTIONS WITH AMAZON SIMPLE STORAGE SERVICE * Overview of AWS storage options * Amazon S3 key concepts * Best practices * Troubleshooting * Scenario: Building a complete application * Lab 2: Developing storage solutions with Amazon S3 MODULE 6: DEVELOPING FLEXIBLE NOSQL SOLUTIONS WITH AMAZON DYNAMODB * Introduction to AWS database options * Introduction to Amazon DynamoDB * Developing with DynamoDB * Best practices * Troubleshooting * Scenario: Building an end-to-end app * Lab 3: Developing flexible NoSQL solutions with Amazon DynamoDB MODULE 7: DEVELOPING EVENT-DRIVEN SOLUTIONS WITH AWS LAMBDA * What is serverless computing? * Introduction to AWS Lambda * Key concepts * How Lambda works * Use cases * Best practices * Scenario: Build an end-to-end app MODULE 8: DEVELOPING SOLUTIONS WITH AMAZON API GATEWAY * Introduction to Amazon API Gateway * Developing with API Gateway * Best practices * Introduction to AWS Serverless Application Model * Scenario: Building an end-to-end app * Lab 4: Developing event-driven solutions with AWS Lambda MODULE 9: DEVELOPING SOLUTIONS WITH AWS STEP FUNCTIONS * Understanding the need for Step Functions * Introduction to AWS Step Functions * Use cases MODULE 10: DEVELOPING SOLUTIONS WITH AMAZON SIMPLE QUEUE SERVICE AND AMAZON SIMPLE NOTIFICATION SERVICE * Why use a queueing service? * Developing with Amazon Simple Queue Service * Developing with Amazon Simple Notification Service * Developing with Amazon MQ * Lab 5: Developing messaging solutions with Amazon SQS and Amazon SNS MODULE 11: CACHING INFORMATION WITH AMAZON ELASTICACHE * Caching overview * Caching with Amazon ElastiCache * Caching strategies MODULE 12: DEVELOPING SECURE APPLICATIONS * Securing your applications * Authenticating your applications to AWS * Authenticating your customers * Scenario: Building an end-to-end app MODULE 13: DEPLOYING APPLICATIONS * Introduction to DevOps * Introduction to deployment and testing strategies * Deploying applications with AWS Elastic Beanstalk * Scenario: Building an end-to-end app * Lab 6: Building an end-to-end app MODULE 14: COURSE WRAP-UP * Course overview * AWS training courses * Certifications * Course feedback

Developing on AWS
Delivered on-request, onlineDelivered Online
Price on Enquiry

Deep Learning on AWS

By Nexus Human

DURATION 1 DAYS 6 CPD HOURS THIS COURSE IS INTENDED FOR THIS COURSE IS INTENDED FOR: DEVELOPERS RESPONSIBLE FOR DEVELOPING DEEP LEARNING APPLICATIONS DEVELOPERS WHO WANT TO UNDERSTAND CONCEPTS BEHIND DEEP LEARNING AND HOW TO IMPLEMENT A DEEP LEARNING SOLUTION ON AWS OVERVIEW THIS COURSE IS DESIGNED TO TEACH YOU HOW TO: DEFINE MACHINE LEARNING (ML) AND DEEP LEARNING IDENTIFY THE CONCEPTS IN A DEEP LEARNING ECOSYSTEM USE AMAZON SAGEMAKER AND THE MXNET PROGRAMMING FRAMEWORK FOR DEEP LEARNING WORKLOADS FIT AWS SOLUTIONS FOR DEEP LEARNING DEPLOYMENTS DESCRIPTION IN THIS COURSE, YOU?LL LEARN ABOUT AWS?S DEEP LEARNING SOLUTIONS, INCLUDING SCENARIOS WHERE DEEP LEARNING MAKES SENSE AND HOW DEEP LEARNING WORKS. YOU?LL LEARN HOW TO RUN DEEP LEARNING MODELS ON THE CLOUD USING AMAZON SAGEMAKER AND THE MXNET FRAMEWORK. YOU?LL ALSO LEARN TO DEPLOY YOUR DEEP LEARNING MODELS USING SERVICES LIKE AWS LAMBDA WHILE DESIGNING INTELLIGENT SYSTEMS ON AWS. MODULE 1: MACHINE LEARNING OVERVIEW * A brief history of AI, ML, and DL * The business importance of ML * Common challenges in ML * Different types of ML problems and tasks * AI on AWS MODULE 2: INTRODUCTION TO DEEP LEARNING * Introduction to DL * The DL concepts * A summary of how to train DL models on AWS * Introduction to Amazon SageMaker * Hands-on lab: Spinning up an Amazon SageMaker notebook instance and running a multi-layer perceptron neural network model MODULE 3: INTRODUCTION TO APACHE MXNET * The motivation for and benefits of using MXNet and Gluon * Important terms and APIs used in MXNet * Convolutional neural networks (CNN) architecture * Hands-on lab: Training a CNN on a CIFAR-10 dataset MODULE 4: ML AND DL ARCHITECTURES ON AWS * AWS services for deploying DL models (AWS Lambda, AWS IoT Greengrass, Amazon ECS, AWS Elastic Beanstalk) * Introduction to AWS AI services that are based on DL (Amazon Polly, Amazon Lex, Amazon Rekognition) * Hands-on lab: Deploying a trained model for prediction on AWS Lambda ADDITIONAL COURSE DETAILS: Nexus Humans Deep Learning on AWS training program is a workshop that presents an invigorating mix of sessions, lessons, and masterclasses meticulously crafted to propel your learning expedition forward. This immersive bootcamp-style experience boasts interactive lectures, hands-on labs, and collaborative hackathons, all strategically designed to fortify fundamental concepts. Guided by seasoned coaches, each session offers priceless insights and practical skills crucial for honing your expertise. Whether you're stepping into the realm of professional skills or a seasoned professional, this comprehensive course ensures you're equipped with the knowledge and prowess necessary for success. While we feel this is the best course for the Deep Learning on AWS course and one of our Top 10 we encourage you to read the course outline to make sure it is the right content for you. Additionally, private sessions, closed classes or dedicated events are available both live online and at our training centres in Dublin and London, as well as at your offices anywhere in the UK, Ireland or across EMEA.

Deep Learning on AWS
Delivered on-request, onlineDelivered Online
Price on Enquiry

Apache Kafka Series - Kafka Monitoring?? and Operations

By Packt

Get hands-on with Kafka monitoring setup with Prometheus and Grafana, Kafka operations and Kafka cluster upgrades Setup in AWS.

Apache Kafka Series - Kafka Monitoring?? and Operations
Delivered Online On Demand
£41.99

Educators matching "AWS Lambda"

Show all 43
The Henrietta Barnett School

the henrietta barnett school

London

The Henrietta Barnett School (HBS) is a non-denominational grammar school for girls aged 11-18. We became an Academy in April 2012. Founded in 1911 and situated in the peaceful surroundings of the Hampstead Garden Suburb, the school is a charming Lutyens-designed Grade II* Listed Building. HBS is a warm, friendly and vibrant community that prides itself on happy and productive relationships. We are consistently one of the top state schools in the country and have an exemplary local and national reputation for academic excellence. Dame Henrietta Barnett strongly believed in the power of education to shape people’s lives and founded the School to provide educational opportunities of the highest quality for its students. She built the School on the principle that education should be open to girls from different backgrounds to study and learn together and from each other. This principle is alive and well at HBS. We provide a broad education that is ambitious, varied and stimulating. Academic excellence and a wide range of extra-curricular and enrichment opportunities are offered in an open, caring and supportive environment, enabling each individual to thrive and achieve her potential. We are committed to developing the whole person, encouraging students to explore their interests in a wide variety of ways and promoting curiosity of mind, independence of spirit and a love of learning. In a culture of respect for others but without the need for bells or lists of imposed rules, HBS students are driven by self-motivation, self-discipline and a common purpose, a thirst for learning and a strong sense of pride in belonging to the diverse, inclusive, high-performing, friendly and supportive school community. They leave HBS full of integrity and ambition, ready and equipped to make a positive contribution to society, with the world at their fingertips. This website will enable you to discover more about the School, but none of this replaces an experience of the School itself. Over recent years we have completed ambitious refurbishment and new build projects, including the complete refurbishment of the Queen Mary Science Wing involving the replacement of 6 outdated labs with 8 contemporary ones and the opening of two new state-of-the-art buildings that house a new Music and Drama School and an Art and Design & Technology Centre, with a Mac Suite and Cafe. Our most recent development is the extension and refurbishment of our Library, which is now an inspirational space, fit for purpose and loved by all.

Lux Theatre Arts

lux theatre arts

Haslemere

Eleanor’s career path has been firmly rooted within the disciplines of Drama, Dance and Music. Having initially trained as a ballet dancer at the Royal Academy of Dance, London, under the instruction of June Mitchel, Eleanor went on to gain a degree in Music, specialising in the voice. Post degree, Eleanor’s work has taken her into the film industry, television productions, modelling, a singing residency in Mayfair and even a record deal. Eleanor has also been lucky enough to explore dramatic performance through many platforms including: Film The Imaginarium of Dr. Parnassus (as Lily Cole’s body double/stand in) Inkheart Bourne Ultimatum Batman – The Dark Knight National Treasure – Book of Secrets Robin Hood A Long Way Down Get Him To The Greek Inception The Other Man Advertisements Compare The Market Heinz Sky Head & Shoulders Marks & Spencer Christmas Commercial Vodafone Television Come Fly With Me Sense and Sensibility Love Soup Made in Chelsea Rev White Heat Above Suspicion Echo Beach Plus One Secret Diary of a Call Girl The Hour Holby City New Tricks Spooks Music Videos The Goodbooks – ‘The Illness’ Pixie Lott – ‘Broken Arrow’ KT Tunstall – ‘Made of Glass’ 15 years ago, Eleanor was headhunted to teach ballet at Heathfield School in Ascot, and teaching quickly became what is now a lifelong passion. Equipping pupils with the skills to build self-concept through communication and expression became a driving force for Eleanor. She was among the first group of postgraduates to be awarded the Royal Academy of Dance’s Diploma in Dance Teaching Studies, and Eleanor is currently completing her MA Education (Drama). Alongside her pedagogical studies, Eleanor taught Drama, Dance and Musical Theatre at a further four independent schools in Ascot for over a decade. She and her wonderful team currently deliver the co-curricular Performing Arts provision at 7 schools and colleges within Surrey and Hampshire. “I have an immense passion for teaching and feel privileged to have such an enriching career. Through my teaching, I strive to make the studio a fully inclusive, inspirational environment in which students can develop and have their talents nurtured. Continued professional development is critical in the evolving world of performing arts education. I recognise and embrace the importance of reflecting upon current teaching strategies and adapting to the needs of students, and I am a great advocate of Dance, Drama and Musical Theatre in a child development capacity.” Eleanor Bowyer BA (Hons), HND, RAD DDTS, PGDip Ed. (Drama), RAD RTS Eleanor holds enhanced DBS clearance and is a Registered Teacher of the Royal Academy of Dance. Lux Theatre Arts family is very fortunate to include a hugely talented staff with a wealth of professional and teaching experience, all of whom hold enhanced DBS clearance.