Momento combines the nostalgia of collectible tickets with the power of priceless photos. Our innovative technology captures the genuine reactions of fans during the most electrifying moments, turning these emotional snapshots into cherished memories. Additionally, our Crowd Analytics and Fan Insights offer a unique solution for teams to better understand their fan base, addressing a significant challenge in the digital age. We enable teams, brands, and properties to engage with their audience in unprecedented ways by pioneering personalized marketing campaigns tailored to individual fans, fostering deeper connections, and creating unforgettable experiences.
Momento combines the nostalgia of collectible tickets with the power of priceless photos. Our innovative technology captures the genuine reactions of fans during the most electrifying moments, turning these emotional snapshots into cherished memories. Additionally, our Crowd Analytics and Fan Insights offer a unique solution for teams to better understand their fan base, addressing a significant challenge in the digital age. We enable teams, brands, and properties to engage with their audience in unprecedented ways by pioneering personalized marketing campaigns tailored to individual fans, fostering deeper connections, and creating unforgettable experiences.
Highlights
Momento's unique technology and camera approach enable EVERY SEAT in the venue to be captured DURING THE MOMENT, providing each fan with over 40 images from every exciting moment of the game.
Momento captures content of every fan and delivers it without the need for facial recognition.
AWS Marketplace now accepts line of credit payments through the PNC Vendor Finance program. This program is available to select AWS customers in the US, excluding NV, NC, ND, TN, & VT.
Pricing is based on the duration and terms of your contract with the vendor. This entitles you to a specified quantity of use for the contract duration. If you choose not to renew or replace your contract before it ends, access to these entitlements will expire.
Additional AWS infrastructure costs may apply. Use the AWS Pricing Calculator to estimate your infrastructure costs.
Includes camera installation, maintenance and operation; custom branded digital photo delivery; sell and fulfill physical product orders; share all first-party data with the team; ability to embed into team's digital app; dedicated Momento service representative
This listing offers one contract dimension, Basic, billed by Units. You commit upfront to a set quantity rather than paying per use. The Basic unit bundles camera installation, maintenance, and operation together. It also covers custom branded digital photo delivery and the ability to sell and fulfill physical product orders. You get first-party data sharing across your team and can embed the service into your own digital app. A dedicated service representative is included. To scale, you adjust the number of Units you purchase under the contract.
Top-of-mind questions for buyers
What does one Basic Unit map to in practice?
A Basic Unit bundles the physical service: camera installation, maintenance, and operation at your venue. It also covers custom branded digital photo delivery and the ability to sell and fulfill physical product orders. You commit to a set quantity of these units upfront rather than paying per photo or per fan.
How do I scale up if fan engagement grows across more games or venues?
You increase the number of Basic Units you purchase under the contract. Because this is a commitment model, you buy the quantity in advance rather than accruing charges as more fans claim keepsakes. Adjusting Unit count is the way to expand coverage.
Is this billed per use, or do I commit upfront?
This is a contract model. You commit to a set quantity of Basic Units in advance, and the price is fixed for that quantity. Charges do not rise or fall with how many fans interact or how many photos get delivered. To change your spend, you change the Unit quantity you contract for.
Tell us how we can improve this page, or report an issue with this product.
Give us feedbackReport a problem with this product or seller
Legal
Vendor terms and conditions
Upon subscribing to this product, you must acknowledge and agree to the terms and conditions outlined in the vendor's End User License Agreement (EULA).
Content disclaimer
Vendors are responsible for their product descriptions and other product content. AWS does not warrant that vendors' product descriptions or other product content are accurate, complete, reliable, current, or error-free.
SaaS delivers cloud-based software applications directly to customers over the internet. You can access these applications through a subscription model. You will pay recurring monthly usage fees through your AWS bill, while AWS handles deployment and infrastructure management, ensuring scalability, reliability, and seamless integration with other AWS services.
AWS Support is a one-on-one, fast-response support channel that is staffed 24x7x365 with experienced and technical support engineers. The service helps customers of all sizes and technical abilities to successfully utilize the products and features provided by Amazon Web Services.
Instantly deploy caching, low-latency storage, and pub/sub for millions of users. Momento simplifies your architecture and eliminates operational headaches. When failure is not an option - choose Momento!
Con SHOWin3D puoi creare applicazioni 3D interattive senza programmare. Partendo dai file CAD 3D e' possibile creare prodotti virtuali, gestire archivi di grandi dimensioni e distribuirli in modo efficiente per fornire cataloghi, configuratori di prodotti, manuali interattivi o prototipi virtuali
This is a dataset of 6,699,171 spanish vehicles, including make, model and many other data fields. Data is supplied in zipped CSV format. All personally identifiable information has been removed.
Caching has reduced API latency and saves costs while current analytics remain basic
Reviewed on Jun 30, 2026
Review from a verified AWS customer
What is our primary use case?
Momento serves as an alternative to Redis as a serverless distributed cache where we store frequently used data and access it instead of hitting the database directly.
For example, if our microservice has to access data from a database or an external API, we fetch the data once to reduce redundant API calls or database calls, save it to Momento, and then return the data from Momento itself for all subsequent requests.
Additionally, Momento is used to store feature flags and configuration for different sets of applications.
What is most valuable?
The best features Momento offers are serverless cache support, which eliminates the need to provision a cluster as required for Redis, and automatic scaling to handle traffic spikes, along with built-in time to live functionality.
Automatic scaling stands out as the most valuable feature in my day-to-day work because this cache functionality is the most useful.
Momento is also highly available, so since our application has been deployed in different AWS regions, we can access it with very little downtime or latency.
Momento has positively impacted our organization by improving API response time, reducing external calls, and thus saving costs. The API calls have improved from two seconds down to two hundred milliseconds, and external costs such as those for weather APIs provided by IBM have been cached, resulting in hundreds of dollars being saved for the organization.
What needs improvement?
Momento could provide better cache analytics to identify which keys are frequently accessed, which keys are stale, and which consumers use the most memory. It could also support richer data structures such as streams and geospatial indexes so that we can cache more data from Postgres or Elasticsearch.
For how long have I used the solution?
I have been working in my current field for five or more years.
What do I think about the stability of the solution?
Based on our usage, I find Momento to be stable.
What do I think about the scalability of the solution?
Momento's scalability is impressive as it is fully managed, serverless, and auto-scaling, so we do not have to manage it from our end, and it is reliable.
How are customer service and support?
The customer support for Momento is good, with proper documentation and good customer support that meets our requirements.
I would rate the customer support a ten out of ten, although I personally have not used it for Momento. I have gone through the documentation and SDKs available for Node.js, which have been concise and quite detailed.
Which solution did I use previously and why did I switch?
Previously, we used Redis, but we had to manage the cluster and enable auto-scaling, and we were paying for provisioned instances rather than usage-based pricing, which is why we switched to Momento for cost benefits and overall improved performance.
How was the initial setup?
In terms of pricing, setup cost, and licensing, there is nothing to manage for setup infrastructure as it has been provisioned. There is a certain cost for creating an account and generating an API. For operational costs, we pay based on actual usage, so the cost is associated with our API usage.
What about the implementation team?
I am not certain if we purchased Momento through the AWS Marketplace as it was done by the infrastructure team of the organization, so as a developer, I am not sure.
What was our ROI?
There has been a return on investment because of using Momento. We are using pay-per-usage pricing, so we are not paying for any idle nodes. We are reducing external API calls as we are caching the responses, and increased API performance has led to better usage of our APIs by external partners. Overall, there is a cost benefit associated with that.
What's my experience with pricing, setup cost, and licensing?
In terms of pricing, setup cost, and licensing, there is nothing to manage for setup infrastructure as it has been provisioned. There is a certain cost for creating an account and generating an API. For operational costs, we pay based on actual usage, so the cost is associated with our API usage.
Which other solutions did I evaluate?
Before choosing Momento, we evaluated other options, including Redis, Amazon ElastiCache, and in-memory Node.js, but ultimately, we wanted a fully managed serverless auto-scaling distributed cache, so we chose Momento.
What other advice do I have?
My advice for others looking into using Momento is to understand the caching requirements that your specific application needs. If you require a distributed cache that is serverless and automatically scales, then Momento is a good choice for you. If you have a very basic requirement, you can consider some in-memory or Redis solution. I would rate this product an eight out of ten overall.