medium.com/hackernoon/safe-list-updates-with-dynamodb-adc44f2e7d3 Safe List updates with DynamoDB Amazon DynamoDB is one of the most versatile and popular services on AWS. In seconds, we can deploy a highly available, dynamically scaling… medium.com DynamoDB를 쓰다보면 Race Condition을 조심해서 다루어야 할 때가 많다. 위 글을 참고해서 이러한 문제를 어떻게 해결하는지 살펴보자
www.alexdebrie.com/posts/dynamodb-single-table/ The What, Why, and When of Single-Table Design with DynamoDB AWS recommends using just a single DynamoDB table for your entire application. In this post, learn why you would do that and the few times you shouldn't. www.alexdebrie.com 다이나모DB를 써보면 알겠지만 여러 Table을 Join 해가며 쓰기에 적절하지 않음을 알 수 있다. 그럴 때 위 글이 큰 도움이 된다. Single Table로 테이블을 만들면서 이래도 되나... 싶은적이 ..
아래와 같은 코드로 DDB에 값을 넣으려고 했더니 InvalidParameterType: Expected params.Item['StartTime'].N to be a string 라면서 에러가 난다. async function putBook(bookId, title, password, startTime, endTime) { return await ddb.putItem({ TableName: BOOKS_TABLE_NAME, Item: { 'BookId': { S: bookId }, 'Title': { S: title }, 'Password': { S: password }, 'StartTime': { N: startTime }, ..
- Total
- Today
- Yesterday
- Visual C++
- android
- it
- NDK
- MFC
- 음악
- Cloud
- API
- gcc
- winapi
- java
- jni
- Quiz
- 프로그래밍
- jni강좌
- kering
- AWS
- C
- 드라이버
- Troubleshooting
- database
- 안드로이드
- 리눅스
- C++
- source
- linux
- driver
- Python
- db
- algorithm
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |