- hello world: A simple function showcasing unstructured logging and a structured response
- Compliance checker: use Regex to find patterns of SSN, Credit card numbers, etc. in text input
- rabbitmq: Configured to connect to RabbitMQ to read messages and write them to local ephemeral storage. If triggered with HTTP GET, returns the messages it read from RabbitMQ (multi trigger function)
- hello world: A simple function showcasing unstructured logging and a structured response
- encrypt: Uses a 3rd party Python package to encrypt the event body. Showcases build commands to install both OS level packages and Python packages
- face recognizer: Uses Microsoft's face API configured by function environment variables. Uses 3rd party Python packages installed through inline configuration
- sentiment analysis: Use vaderSentiment lib to classify text strings to neg/pos sentiment score