- Alexa
- AI
- Managed services
- Integrations
Deploy containers without managing infrastructure
Amazon Elastic Container Service for Kubernetes
Pull out only the data you need from an object
Query from presto or SDK
response = s3.select_object_content(
Bucket="super-secret-reinvent-stuff",
Key="stuff.csv",
SelectRequest={
'ExpressionType': 'SQL',
'Expression': 'SELECT s._1 FROM S3Object AS s',
'InputSerialization': {
'CompressionType': 'NONE',
'CSV': {
'FileHeaderInfo': 'IGNORE',
'RecordDelimiter': '\n',
'FieldDelimiter': ',',
}
},
'OutputSerialization': {
'CSV': {
'RecordDelimiter': '\n',
'FieldDelimiter': ',',
}
}
}
)
- Amazon Neptune
- graph database
- optimized for storing billions of relationships
- Apache TinkerPop Gremlin and SPARQL
- use cases:
- recommendation engines
- fraud detection
- knowledge graphs
- drug discovery
Allows EC2 instances, RDS databases and Lambda functions running in different AWS regions to communicate with each other using private IP addresses
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi nec metus justo. Aliquam erat volutpat.
Uses deep learning to deliver more accurate and more natural sounding translation than older statistical and rule-based translation algorithms.
The World’s First Deep-Learning Enabled Video Camera for Developers