Waldemar Hummer whummer
-
LocalStack
- Zurich
Block or Report
Block or report whummer
Contact GitHub support about this userβs behavior. Learn more about reporting abuse.
Report abusePinned
-
localstack/localstack Public
π» A fully functional local AWS cloud stack. Develop and test your cloud & Serverless apps offline! -
β‘ Serverless plugin for running against LocalStack -
apache/airflow Public
Apache Airflow - A platform to programmatically author, schedule, and monitor workflows
-
getredash/redash Public
Make Your Company Data Driven. Connect to any data source, easily visualize, dashboard and share your data.
-
atlassian/themis Public
Autoscaling EMR clusters and Kinesis streams on Amazon Web Services (AWS)
1,469 contributions in the last year
Contribution activity
April 2022
Created 33 commits in 7 repositories
Created a pull request in localstack/localstack that received 6 comments
Add newline after XML preamble in S3 responses for Serverless compatibility
Add newline after XML preamble in S3 responses for Serverless compatibility.
Instead of this:
<?xml version="1.0" encoding="UTF-8"?><LocationConstrβ¦
Opened 18 other pull requests in 2 repositories
localstack/localstack
1
open
15
merged
1
closed
- Minor fix to ensure that /static/ paths are properly served by the proxy
- Minor: Bump version of awscli for compabilibity with poetry
- Add javaagent loader for DynamoDB local process
- Bump moto-ext to 3.1.6.1
- Refactor util to create S3 buckets with location constraints
- Add DynamoDB patch to enable more than 20 GSIs on tables
- Upgrade moto-ext to version 3.1.6
- Support nested EventBridge patterns, improve parity with AWS
- Migrate StepFunctions to ASF
- Add additional awslocal commands for CI smoke tests
- Add !Ref support for KMS::Alias CloudFormation resources
- [wip] Add initial config for EMULATION_MODE=mock
- Fix S3 download of XML documents with preamble
- Migrate DynamoDB to ASF
- Minor fixes for data types handling in CloudFormation deployer
- Release version 0.14.2
- Skip installing -ext runtime dependencies in CI tests
localstack/docs
1
merged
Reviewed 23 pull requests in 4 repositories
localstack/localstack
17 pull requests
- Fix DynamoDB TransactGetItems action
- Test MISSING Function with PartiQL
- queryStringParameters set to None when there are no GET parameters
- Support nested EventBridge patterns, improve parity with AWS
- add task scheduler utility
- Fix ResourceNotFoundException for BatchGetItem operation
- [ASF] Simple Email Service migration
- fix api detection to apply custom rules and normalize CORS behaviour
- adds authorizer object to lambda event
- Migrate DynamoDB to ASF
- Fix flaky tests: test_dynamodb_stream_records_with_update_item, test_rotate_secret_with_lambda_2
- fix dynamodb index query validation
- Custom header x localstack authorization
- [wip] Add initial config for EMULATION_MODE=mock
- Unify Lambda Runtime using Runtime API
- Minor fixes for data types handling in CloudFormation deployer
-
Fix
KMS_PROVIDER=kms-localback tolocal-kms
localstack/docs
4 pull requests
localstack/moto
1 pull request
localstack/localstack.github.io
1 pull request
Created an issue in localstack/aws-cdk-local that received 1 comment
Potentially cached values in cdk.context.json can break deployments
Seems like CDK is caching values in cdk.context.json that are not always updated on cdk bootstrap or cdk deploy.
For example, just ran into a case β¦