Skip to content

Latest commit

 

History

History
36 lines (20 loc) · 2.96 KB

code-index.md

File metadata and controls

36 lines (20 loc) · 2.96 KB

Use Case Index of Examples

The following is a list of links to some of the samples in this repository, organized by use case area.


Note This is a preview of the index. It does not include entries for all available samples. We invite your feedback to help make this index more useful to you over time. To give us your feedback, create a new issue.


Compute

  • Basic serverless function (C++, Go, JavaScript, Ruby)
  • Serverless function with a REST interface (Python)
  • Serverless function with a WebSocket interface (Python)
  • Serverless function executed on a time schedule (Python)

Database

  • Create a NoSQL database table (DynamoDB) (C++)
  • Create a data warehouse cluster (Redshift) (C++)

Networking & Content Delivery

  • Serverless WebSocket chat application (Python)

Security, Identity, & Compliance

  • Attach a policy to a user role (Python)
  • Encrypt/decrypt a file using envelope encryption (Python)

Storage