DeepLearning.AI
AI is the new electricity and will transform and improve nearly all areas of human lives.

Quick Guide & Tips

๐Ÿ’ป ย  Accessing Utils File and Helper Functions

In each notebook on the top menu:

1: ย  Click on "File"

2: ย  Then, click on "Open"

You will be able to see all the notebook files for the lesson, including any helper functions used in the notebook on the left sidebar. See the following image for the steps above.


๐Ÿ’ป ย  Downloading Notebooks

In each notebook on the top menu:

1: ย  Click on "File"

2: ย  Then, click on "Download as"

3: ย  Then, click on "Notebook (.ipynb)"


๐Ÿ’ป ย  Uploading Your Files

After following the steps shown in the previous section ("File" => "Open"), then click on "Upload" button to upload your files.


๐Ÿ“— ย  See Your Progress

Once you enroll in this courseโ€”or any other short course on the DeepLearning.AI platformโ€”and open it, you can click on 'My Learning' at the top right corner of the desktop view. There, you will be able to see all the short courses you have enrolled in and your progress in each one.

Additionally, your progress in each short course is displayed at the bottom-left corner of the learning page for each course (desktop view).


๐Ÿ“ฑ ย  Features to Use

๐ŸŽž ย  Adjust Video Speed: Click on the gear icon (โš™) on the video and then from the Speed option, choose your desired video speed.

๐Ÿ—ฃ ย  Captions (English and Spanish): Click on the gear icon (โš™) on the video and then from the Captions option, choose to see the captions either in English or Spanish.

๐Ÿ”… ย  Video Quality: If you do not have access to high-speed internet, click on the gear icon (โš™) on the video and then from Quality, choose the quality that works the best for your Internet speed.

๐Ÿ–ฅ ย  Picture in Picture (PiP): This feature allows you to continue watching the video when you switch to another browser tab or window. Click on the small rectangle shape on the video to go to PiP mode.

โˆš ย  Hide and Unhide Lesson Navigation Menu: If you do not have a large screen, you may click on the small hamburger icon beside the title of the course to hide the left-side navigation menu. You can then unhide it by clicking on the same icon again.


๐Ÿง‘ ย  Efficient Learning Tips

The following tips can help you have an efficient learning experience with this short course and other courses.

๐Ÿง‘ ย  Create a Dedicated Study Space: Establish a quiet, organized workspace free from distractions. A dedicated learning environment can significantly improve concentration and overall learning efficiency.

๐Ÿ“… ย  Develop a Consistent Learning Schedule: Consistency is key to learning. Set out specific times in your day for study and make it a routine. Consistent study times help build a habit and improve information retention.

Tip: Set a recurring event and reminder in your calendar, with clear action items, to get regular notifications about your study plans and goals.

โ˜• ย  Take Regular Breaks: Include short breaks in your study sessions. The Pomodoro Technique, which involves studying for 25 minutes followed by a 5-minute break, can be particularly effective.

๐Ÿ’ฌ ย  Engage with the Community: Participate in forums, discussions, and group activities. Engaging with peers can provide additional insights, create a sense of community, and make learning more enjoyable.

โœ ย  Practice Active Learning: Don't just read or run notebooks or watch the material. Engage actively by taking notes, summarizing what you learn, teaching the concept to someone else, or applying the knowledge in your practical projects.


๐Ÿ“š ย  Enroll in Other Short Courses

Keep learning by enrolling in other short courses. We add new short courses regularly. Visit DeepLearning.AI Short Courses page to see our latest courses and begin learning new topics. ๐Ÿ‘‡

๐Ÿ‘‰๐Ÿ‘‰ ๐Ÿ”— DeepLearning.AI โ€“ All Short Courses [+]


๐Ÿ™‚ ย  Let Us Know What You Think

Your feedback helps us know what you liked and didn't like about the course. We read all your feedback and use them to improve this course and future courses. Please submit your feedback by clicking on "Course Feedback" option at the bottom of the lessons list menu (desktop view).

Also, you are more than welcome to join our community ๐Ÿ‘‰๐Ÿ‘‰ ๐Ÿ”— DeepLearning.AI Forum


Sign in

Create Your Account

Or, sign up with your email
Email Address

Already have an account? Sign in here!

By signing up, you agree to our Terms Of Use and Privacy Policy

Choose Your Learning Path

Enjoy 30% Off Now. Cancel Anytime!

MonthlyYearly

Change Your Plan

Your subscription plan will change at the end of your current billing period. Youโ€™ll continue to have access to your current plan until then.

View All Plans and Features

Welcome back!

Hi ,

We'd like to know you better so we can create more relevant courses. What do you do for work?

DeepLearning.AI
  • Explore Courses
  • Community
    • Forum
    • Events
    • Ambassadors
    • Ambassador Spotlight
  • My Learnings
  • daily streak fire

    You've achieved today's streak!

    Complete one lesson every day to keep the streak going.

    Su

    Mo

    Tu

    We

    Th

    Fr

    Sa

    free pass got

    You earned a Free Pass!

    Free Passes help protect your daily streak. Complete more lessons to earn up to 3 Free Passes.

    Free PassFree PassFree Pass
Welcome to Serverless Agentic Workflows with Amazon Bedrock. Built in partnership with AWS and taught by Mike Chambers, who is a senior developer advocate at AWS specializing in generative AI. Mike also taught previous serverless LLM apps with Amazon Bedrock course. It's great to have you back. Thanks, Andrew. I'm happy to be back and excited to be sharing insights this time on agentic workflows on AWS. In this course, you'll learn how to deploy a responsible agentic application into production using serverless technology. You initialize an agent, and tools, code execution, and guardrails, and then deploy it in a serverless environment. As generative AI grows applications that are becoming more complex and more sophisticated. In the past, you created a chatbot by adding conversational history to the LLM. Now, chatbots and RAG applications can be much more complex if we want to fetch information from the web or from local sources. And further, it might determined by yourself when the information is not enough and when to keep searching the web or other databases for more info. In other words, these applications have become much more agentic. Though with these complex workflows, when an agent may call loss of APIs the complexity of getting a system up and running has also grown. For example, there are now agents who have access to many dozens of APIs. Rather than keeping a lot of hot servers, they are paying for by the minute, ready to serve any API call. A serverless architecture lets you achieve the same effect with compute resources they get turned on only as you need it, without you having to worry about maintaining and scaling a bunch of servers. One of the important concepts you'll also see in this course, is the development of agents as a standalone service. We can start with a pre-built agent and configure or customize it to support your application. This change where you view an agent as a building block rather than the LLM as a building block is an important shift. And you also hear about this in this course. That's right. In this course you'll build a customer support agent for your business selling tea mugs. Here's how the course will progress. You get started with Amazon Bedrock where you create your first serverless agent. You'll learn to invoke it and to examine its trace, giving you visibility into the agent's thought processes. Next, you'll connect your agent to external services. It will fetch these customer details and log support tickets in real time, demonstrating how it can interact with business tools like CRM systems. You'll then equip your agent with a code interpreter, enabling it to actually perform calculations. This opens up possibilities for data driven decision-making, and truth be told, This is absolutely my favorite lesson. After that, will implement guardrails to prevent your agent from revealing sensitive information or using inappropriate language. Then you'll implement a fully managed RAG solution connecting your agent to support documents. This will help the agent to resolve issues independently and know when to escalate. Finally, we'll briefly tour the Amazon Bedrock Agents interface in the AWS console, setting you up for further experimentation. By the end, you'll have built a sophisticated AI agent capable of handling real-world customer support scenarios. Fully serverless and ready to scale. Many people have helped to develop this course, including on Antje Barth, Joe Fontaine, Anastacia Vandenberg and Benjamin Gruher from AWS, David Lin from Vocareum and Geoff Ladwig from DeepLearning.AI. As disclosure, I also serve on Amazon's board of directors. And with that, let's go on to the next video to get started.
course detail
Next Lesson
Serverless Agentic Workflows with Amazon Bedrock
  • Introduction
    Video
    ใƒป
    4 mins
  • Your first agent with Amazon Bedrock
    Video with Code Example
    ใƒป
    18 mins
  • Connecting with a CRM
    Video with Code Example
    ใƒป
    17 mins
  • Performing calculations
    Video with Code Example
    ใƒป
    14 mins
  • Guard Rails
    Video with Code Example
    ใƒป
    15 mins
  • Reading the FAQ manual
    Video with Code Example
    ใƒป
    13 mins
  • Console Walkthrough
    Video
    ใƒป
    10 mins
  • Conclusion
    Video
    ใƒป
    1 min
  • Course Feedback
  • Community