aws-samples /
aws-lambda-hl7-parser
This repository contains an AWS Lambda function written in Python for parsing HL7v2 messages
17/100 healthLoading repository data…
mubtasimfuad / repository
This repository contains an Ecommerce application built using AWS Cloud Development Kit (CDK) and Python. The application leverages various AWS services to provide functionalities like managing product inventory, processing orders, and handling user interactions.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
This repository contains an Ecommerce application built using AWS Cloud Development Kit (CDK) and Python. The application leverages various AWS services to provide functionalities like managing product inventory, processing orders, and handling user interactions.

The Ecommerce application uses the following AWS services:
To get started with the project, follow the steps below:
git clone https://github.com/mubtasimfuad/aws-cdk-python-ecomm.git
Create a virtual environment manually on macOS and Linux:
$ python3 -m venv .venv
After the initialization process completes and the virtual environment is created, you can use the following step to activate your virtual environment.
$ source .venv/bin/activate
For Windows platforms, you would activate the virtual environment like this:
% .venv\Scripts\activate.bat
Once the virtual environment is activated, you can install the required dependencies.
$ pip install -r requirements.txt
Configure AWS CLI with your AWS account credentials and default region.
Deploy the AWS CDK stacks:
cd cdk
cdk deploy
This will deploy the necessary AWS resources and services required for the Ecommerce application.
Selected from shared topics, language and repository description—not editorial ratings.
aws-samples /
This repository contains an AWS Lambda function written in Python for parsing HL7v2 messages
17/100 healthSudhanshuBlaze /
This repository contains a sample app for deploying a Python FastAPI application on AWS Lambda using SST.
48/100 healthgianluca-marchini /
This repository contains the template to start from when implementing a new Python lambda function to run on AWS.
The project is structured as follows:
├── app.py
├── cdk
│ ├── backend
│ │ ├── api
│ │ │ ├── infrastructure.py
│ │ ├── cdk_stack.py
│ │ ├── database
│ │ │ ├── infrastructure.py
│ │ ├── eventbus
│ │ │ ├── infrastructure.py
│ │ ├── lambdas
│ │ │ ├── infrastructure.py
│ │ │ └── runtime
│ │ │ ├── basket_microservice.py
│ │ │ ├── client.py
│ │ │ ├── order_microservice.py
│ │ │ └── product_microservice.py
│ │ └── sqs
│ │ ├── infrastructure.py
│ ├── __init__.py
├── cdk.json
├── README.md
├── requirements-dev.txt
├── requirements.txt
├── source.bat
cdk.json: Configuration file for AWS CDK.cdk: Main package containing the application code.backend: Contains modules for backend services like API, database, lambdas, and queues.The Ecommerce application provides the following functionality:
Contributions to the project are welcome! Feel free to raise issues or submit pull requests for improvements, bug fixes, or additional features.
This project is licensed under the MIT License - see the LICENSE file for details.
You can now begin exploring the source code contained in the cdk directory. There is also a very trivial test included that can be run like this:
cdk ls list all stacks in the appcdk synth emits the synthesized CloudFormation templatecdk deploy deploy this stack to your default AWS account/regioncdk diff compare deployed stack with current statecdk docs open CDK documentationivgomezarnedo /
This repository contains the ARN and environment of an AWS Python Layer to be used in your AWS Lambdas
45/100 healthleynier /
This repository contains a technical test to assess your ability to develop serverless backend applications in Python using AWS CDK. The test includes deploying AWS Lambda functions via API Gateway and integrating them with a DynamoDB table for data storage.
48/100 healthsoftdev0129 /
This repository contains multiple AWS Lambda projects built with Python | Node.js. Each project is designed using a serverless architecture and focuses on automation, data extraction, API development, job processing, or AI-assisted workflows.
46/100 health