assemblylift-template-jamstack
aws-lambda-java-libs
assemblylift-template-jamstack | aws-lambda-java-libs | |
---|---|---|
1 | 331 | |
2 | 529 | |
- | 0.9% | |
4.6 | 6.9 | |
over 3 years ago | 1 day ago | |
JavaScript | C++ | |
- | Apache License 2.0 |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
assemblylift-template-jamstack
-
Deploy a Jamstack site on AWS Lambda with API Gateway in 10 minutes or less 💨
We will base our application on the AssemblyLift project template available on GitHub. You can clone this, or click the "use this template" button to create a new repo in your account from the template.
aws-lambda-java-libs
-
SSR Deep Dive for React Developers
We can use the serverless functions of the hosting provider that serve the static resources: Cloudflare Workers, Netlify Functions, Vercel Functions, Amazon Lambdas, etc. Most of the static resource hosting providers probably have them in one form or another.
-
Building a serverless GenAI API with FastAPI, AWS, and CircleCI
The advancement of AI has empowered businesses to incorporate intelligent automation into their applications. A serverless Generative AI (GenAI) API enables developers to harness cutting-edge AI models without the burden of infrastructure management. This guide walks you through building a scalable and cost-effective GenAI API using FastAPI, a high-performance Python framework with built-in async support and seamless AWS integration. By deploying FastAPI on AWS Lambda with AWS API Gateway, you can create a fully managed, pay-per-use architecture that eliminates server maintenance.
- What I Learned from AWS Cloud Quest: Recertify Cloud Practitioner
-
5 Tips for Mastering API Gateway Rate Limiting
AWS Lambda for serverless adjustments.
-
Masking sensitive data in real-time with AWS serverless services
This post will describe a serverless workflow solution containing Macie for sensitive data discovery, Lambda functions for creating jobs and masking data, and EventBridge for the real-time, event-based architecture.
-
Effective error handling strategies for Lambda invocation models
Lambda, being a compute service, is a fundamental building block of any AWS serverless architecture. Although humans can invoke Lambda functions manually, other AWS services will generally trigger them as part of an architecture.
-
AspireMatch: AI That Connects You to Funding, Faster
AspireMatch leverages AWS Lambda and API Gateway to process and analyze grant data from Grants.gov. The service uses a Lambda function to download, extract, and parse XML data from grants.gov, and then stores the relevant information in an S3 bucket. The agent on Agent.ai can then use this data to recommend grants to organizations based on their mission, goals, and activities.
-
Generate HTML as PDF using Next.js & Puppeteer running on Serverless (Vercel/AWS Lambda) Martin Danielson
I wanted to share my experience of generating PDF’s from web pages using Puppeteer, deployed on Vercel (or AWS Lambda). While there are many resources available on similar topics, I found that none of them provided a complete solution. Since this is a common use case — whether for invoicing, scraping, or testing — I hope my insights can help others facing similar challenges.
-
The Rise of Serverless Architecture and Edge Computing
AWS Lambda Documentation: https://aws.amazon.com/lambda/
-
Build a Smart Chatbot with AWS Lambda, Lex, and Enhanced Sentiment Analysis - (Let's Build 🏗️ Series)
To learn more about AWS Lambda: Official Page
What are some alternatives?
calculator-rust-react - Calculadora que realiza las funciones basicas aritmeticas, estas funciones se ejecutan por medio de RUST y la UI esta construida con ReactJS utilizando TauriApp de intermediario entre RUST y REACTJS
serverless-application-model - The AWS Serverless Application Model (AWS SAM) transform is a AWS CloudFormation macro that transforms SAM templates into CloudFormation templates.
aws-lambda-wasm-runtime - A template project for building high-performance, portable, and safe serverless functions in AWS Lambda.
aws-cdk - The AWS Cloud Development Kit is a framework for defining cloud infrastructure in code
assemblylift - The easiest way to build & deploy cloud native microservices! Written in Rust, powered by WebAssembly 🚀
aws-node-termination-handler - Gracefully handle EC2 instance shutdown within Kubernetes