scylladb / dynamodb-pricing-comparison

Serverless application that can be deployed to AWS to collect metrics about DynamoDB usage
Apache License 2.0
1 stars 1 forks source link

Is it possible to run the logic locally, as a script, instead of deploying it as a serverless app? #6

Closed julienrf closed 4 months ago

julienrf commented 4 months ago

It might be possible to run the application locally (as a command-line tool) instead of deploying it as a serverless app on AWS.

The benefits of having an AWS serverless app is that authentication is handled for us.