Skip to content

robert-min/aws-lambda

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AWS Lambda

This project is AWS lambda code.


Introduction


image


Installation

1/ Clone the repository && requirements.txt

git clone https://github.com/brickstudy/aws-lambda.git

cd aws-lambda

2/ config setting

  • 경로 : ./data-catalog/.env
# MySQL
DB_USERNAME=
DB_PASSWORD=
DB_HOSTNAME=
DB_PORT=
DB_NAME=

# Discord
DISCORD_WEBHOOK_URL=

Contributing

We welcome contributions to BricksAssistant!

To contribute, please follow these steps:

  1. Fork the repository.
  2. Create a new branch with your feature or bugfix.
  3. Make your changes and commit them with clear messages.
  4. Push your changes to your fork.
  5. Open a pull request to the main repository.
  6. Please ensure your code adheres to the project's coding standards and includes relevant tests.

About

aws lambda repo with serverless framework and go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%