Skip to content

Conversation

@tylerburdsall
Copy link
Contributor

@tylerburdsall tylerburdsall commented Nov 13, 2025

Momento currently has examples on how to make a token vending machine for temporary, scoped Momento tokens. But those examples are typically based around some form of a cloud deployment, such as AWS using API Gateway backed by a Lambda function and aren't protected by auth.

This PR ports over the functionality for vending temporary tokens using Momento Functions instead. This gives you a powerful, fast way to generate specific tokens for your customers without having to manage CloudFormation stacks, racking up AWS bills, etc. as well as having the confidence in knowing your function's endpoint is secure.

@tylerburdsall
Copy link
Contributor Author

Closing this PR, but we may come back to it in the future. We've identified if our host makes a change to the permissions model, this could break existing TVM functions because of the ABI mismatch. We can address that in the future; for now we have HTTP support.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants