Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat/#72 AWS Lamda 테스트 환경 만들기 #79

Merged
merged 4 commits into from
Aug 18, 2024
Merged

Feat/#72 AWS Lamda 테스트 환경 만들기 #79

merged 4 commits into from
Aug 18, 2024

Commits on Aug 18, 2024

  1. config: init proiject

    - npm init
    - add `@types/aws-lambda` devDependencies
    LuizyHub committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    2a00e63 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    264ab2b View commit details
    Browse the repository at this point in the history
  3. feature: 람다 코드 작성

    - 요청을 "repeat" 횟수만큼 전송
    - 통계를 응답
    LuizyHub committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    aa30556 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    32980e8 View commit details
    Browse the repository at this point in the history