Help us improve AWS re:Post! We're interested in understanding how you use re:Post and its impact on your AWS journey. Please take a moment to complete our brief 3-question survey.
All Content tagged with 지원 API
The AWS Support API provides access to some of the features in the AWS Support Center.
콘텐츠 언어: 한국어
필터링할 태그 선택
정렬 기준 가장 최근
6개의 결과
amazon-ivs-realtime-web와 같이 'ivs-realtime' stage 서비스를 웹 클라이언트에서 사용할 수 있는 패키지 또는 cdn 주소가 있으면 알려주시기 바랍니다.
어느 순간 sdk(golang) 사용 시 error 값이 리턴됩니다
```
api error RequestLimitExceeded: Request limit exceeded.
panic: runtime error: invalid memory address or nil pointer dereference
```
limit값이 있는거 같은데 혹시 기준이 어떻게...
안녕하세요. 아직 활성화된 Sagemaker 실험 리소스가 있어서 Boto3를 이용해 Sagemaker 실험 리소스를 삭제하려고 합니다.
https://docs.aws.amazon.com/ko_kr/sagemaker/latest/dg/experiments-cleanup.html
위 링크를 참고하여 "cleanup_boto3 정의"까지는 완료한 상태입니다.
...
AWS API Gateway 를 통해 구현한 API 를 통해 파일을 업로드(multipart/form-data) 하려고 합니다.
폼 데이터 전송을 위한 api gateway 설정은 완료된 상태입니다.
(aws signature v4 설정 없이 폼데이터 전송 확인 함)
aws signature v4 를 설정 한 뒤에 똑같은 api 를 호출하게 되면 다음...