Skip to content

[STORY] 개인 계정 Transcribe Proxy 구축 #2

Description

@hye-inA

배경

벡엔드 메인 프로젝트 AWS 계정에서 Transcribe 서비스 접근이 제한되어 있어,
개인 AWS 계정에 API Gateway + Lambda를 구축하여
Cross-Account로 Transcribe 기능을 제공한다.

수용 기준(AC)

  • API Gateway에 POST /transcribe 엔드포인트 생성
  • API Key 인증 적용
  • Base64 음성 데이터 → 텍스트 변환 성공
  • 응답 시간 90초 이내
  • 임시 파일 24시간 후 자동 삭제

Tasks

  • [Task 1-1] SAM 프로젝트 초기화
  • [Task 1-2] Lambda 함수 작성 (Python)
  • [Task 1-3] API Gateway + API Key 설정
  • [Task 1-4] S3 임시 버킷 생성 (lifecycle 설정)
  • [Task 1-5] sam deploy 및 테스트

연결된 Epic

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions