Introduction to Amazon Bedrock
Nikhil Rangarajan
Data Scientist
prompt = """Here are examples of AWS service summaries:
Service: Amazon S3
Summary: Object storage service for storing and retrieving any amount of data.
Service: Amazon EC2
Summary: Virtual servers in the cloud for running applications.
Now, write a similar summary for:
Service: AWS Lambda\n\nSummary:"""
prompt = """Analyze AWS Lambda and provide output in this format:
DESCRIPTION:[2-3 sentence description]
KEY FEATURES:
- [feature 1]
- [feature 2]
USE CASES:
1. [use case 1]
2. [use case 2]"""
prompt = """You are an AWS technical writer.
Here's an example of how to document APIs:
API: GetItem
Format: - Purpose: [one line],
- Parameters: [list],
- Returns: [description]
Now document the following API:
API: PutItem"""
Introduction to Amazon Bedrock