Skip to content

Commit

Permalink
Add description
Browse files Browse the repository at this point in the history
  • Loading branch information
muratugureminoglu authored Sep 26, 2023
1 parent 006c00f commit 1699bca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion aws-agressive-autoscale-lambda.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import boto3, os
# This Lambda function calculates the number of instances based on the number of Viewers and Publishers coming from the API and quickly increases the instance in Auto Scaling.

import boto3, os

def lambda_handler(event, context):
# Get the viewer_count and publisher_count from api gateway
Expand Down

0 comments on commit 1699bca

Please sign in to comment.