{"id":16193378,"url":"https://github.com/starnowski/dynamodb-fun","last_synced_at":"2025-04-07T15:17:47.125Z","repository":{"id":46103113,"uuid":"385015581","full_name":"starnowski/dynamodb-fun","owner":"starnowski","description":null,"archived":false,"fork":false,"pushed_at":"2023-03-09T09:38:10.000Z","size":605,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-13T17:53:05.535Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/starnowski.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-07-11T17:45:21.000Z","updated_at":"2023-02-08T18:45:48.000Z","dependencies_parsed_at":"2024-11-03T05:01:17.690Z","dependency_job_id":"6f83739f-bcb5-4e1c-8f8e-71a47281b928","html_url":"https://github.com/starnowski/dynamodb-fun","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/starnowski%2Fdynamodb-fun","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/starnowski%2Fdynamodb-fun/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/starnowski%2Fdynamodb-fun/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/starnowski%2Fdynamodb-fun/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/starnowski","download_url":"https://codeload.github.com/starnowski/dynamodb-fun/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247675599,"owners_count":20977378,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-10T08:14:44.940Z","updated_at":"2025-04-07T15:17:47.099Z","avatar_url":"https://github.com/starnowski.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dynamodb-fun\n\n[![Run tests for tutorial project](https://github.com/starnowski/dynamodb-fun/actions/workflows/tutorial.yml/badge.svg)](https://github.com/starnowski/dynamodb-fun/actions/workflows/tutorial.yml)\n[![Run tests for flask project](https://github.com/starnowski/dynamodb-fun/actions/workflows/flaskapp.yml/badge.svg)](https://github.com/starnowski/dynamodb-fun/actions/workflows/flaskapp.yml)\n[![Run tests for SAM java8 project](https://github.com/starnowski/dynamodb-fun/actions/workflows/sam_app_java8.yml/badge.svg)](https://github.com/starnowski/dynamodb-fun/actions/workflows/sam_app_java8.yml)\n[![Run tests for SAM project](https://github.com/starnowski/dynamodb-fun/actions/workflows/sam.yml/badge.svg)](https://github.com/starnowski/dynamodb-fun/actions/workflows/sam.yml)\n[![Run tests for typescript project](https://github.com/starnowski/dynamodb-fun/actions/workflows/typescript_dynamodb.yml/badge.svg)](https://github.com/starnowski/dynamodb-fun/actions/workflows/typescript_dynamodb.yml)\n[![Run tests for python project with usage of sam tool](https://github.com/starnowski/dynamodb-fun/actions/workflows/typescript_serverless_python_sam_tests.yml/badge.svg)](https://github.com/starnowski/dynamodb-fun/actions/workflows/typescript_serverless_python_sam_tests.yml)\n[![Run tests for SAM java11 project and Spring Cloud](https://github.com/starnowski/dynamodb-fun/actions/workflows/sam_app_java11_spring_cloud_serverless.yml/badge.svg)](https://github.com/starnowski/dynamodb-fun/actions/workflows/sam_app_java11_spring_cloud_serverless.yml)\n\n### Deploy dynamodb locally\nhttps://docs.aws.amazon.com/amazondynamodb/latest/developerguide/DynamoDBLocal.DownloadingAndRunning.html\n\n### Boto3 for dynamodb\nhttps://boto3.amazonaws.com/v1/documentation/api/1.16.63/guide/dynamodb.html\n\n### Python Rest API server\nhttps://programminghistorian.org/en/lessons/creating-apis-with-python-and-flask\n\nhttps://blog.miguelgrinberg.com/post/the-flask-mega-tutorial-part-i-hello-world\n\n#### jinja2 templates\nhttps://blog.miguelgrinberg.com/post/the-flask-mega-tutorial-part-ii-templates\n\n\n# Cool Dynamodb guide\nhttps://www.dynamodbguide.com/what-is-dynamo-db\n### Expression\nhttps://www.dynamodbguide.com/expression-basics\n\n\n### Request - Python module\nhttps://docs.python-requests.org/en/master/user/quickstart/\n\n\n### AWS Serverless application - Python Flask + DynamoDB\nhttps://www.serverless.com/blog/flask-python-rest-api-serverless-lambda-dynamodb\n\n\n### AWS DynamoDB - core concept\nhttps://docs.aws.amazon.com/amazondynamodb/latest/developerguide/HowItWorks.CoreComponents.html#HowItWorks.CoreComponents.TablesItemsAttributes\n\n\nhttps://blog.finxter.com/how-to-filter-a-list-in-python/\n\n\n\n\n\n# Table design based on query requirements\nhttps://www.dynamodbguide.com/working-with-multiple-items\n\n### Date types for DynamoDB\nhttps://docs.aws.amazon.com/amazondynamodb/latest/developerguide/HowItWorks.NamingRulesDataTypes.html#HowItWorks.DataTypes.String\n\n\n### Lambda docker\nhttps://hub.docker.com/r/amazon/aws-lambda-python\n#### Invoking local lambda\nhttps://docs.aws.amazon.com/serverless-application-model/latest/developerguide/serverless-sam-cli-using-invoke.html\n\n### Lambda image testing\nhttps://docs.aws.amazon.com/lambda/latest/dg/images-test.html\n\nhttps://docs.aws.amazon.com/lambda/latest/dg/python-image.html\n\n### Lambda that return json object\nhttps://docs.aws.amazon.com/lambda/latest/dg/python-handler.html\n\n### Lambda execution lifetime \nhttps://docs.aws.amazon.com/lambda/latest/dg/runtimes-context.html\n\n### Lambda developer guide\nhttps://docs.aws.amazon.com/lambda/latest/dg/lambda-dg.pdf\n\n### Lambda local invocation passing query and path parameters\nhttps://aws.amazon.com/blogs/opensource/developing-microservices-using-container-image-support-for-aws-lambda-and-aws-cdk/\nhttps://stackoverflow.com/questions/31329958/how-to-pass-a-querystring-or-route-parameter-to-aws-lambda-from-amazon-api-gatew\n\nhttps://docs.aws.amazon.com/apigateway/latest/developerguide/http-api-dynamo-db.html\n\n### AWS SAM Lambda\nhttps://docs.aws.amazon.com/serverless-application-model/latest/developerguide/serverless-sam-cli-using-start-api.html\nhttps://docs.aws.amazon.com/serverless-application-model/latest/developerguide/sam-cli-command-reference-sam-local-start-lambda.html\nhttps://docs.aws.amazon.com/lambda/latest/dg/services-apigateway-template.html\n\n### AWS SAM Lambda - java\nhttps://github.com/aws-samples/aws-sam-java-rest\n\n### DynamoDB - test container\nhttps://www.sebastianhesse.de/2020/05/14/using-dynamodb-local-and-testcontainers-in-java-within-bitbucket-pipelines/\nhttps://nickolasfisher.com/blog/Setup-and-Use-a-DynamoDB-Test-Container-with-the-AWS-Java-SDK-20\nhttps://www.viralpatel.net/spring-boot-dynamodb-integration-test-testcontainers/\n\n### DynamoDB - Reserved Words\nhttps://docs.aws.amazon.com/amazondynamodb/latest/developerguide/ReservedWords.html\nhttps://dynobase.dev/dynamodb-reserved-words/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstarnowski%2Fdynamodb-fun","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstarnowski%2Fdynamodb-fun","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstarnowski%2Fdynamodb-fun/lists"}