Daniel Popeski

Results 24 issues of Daniel Popeski

The Serverless Framework supports pretty much drop-in CloudFormation code: https://serverless.com/framework/docs/providers/aws/guide/resources/ It'd be really nice if you could add support for serverless.yml files. In short, anything within ``` resources: Resources: ```...

You've already done a beautiful job when providing dynamodb table as a lambda dependency. Have you given this a thought for a relational database? Say, Aurora Serverless? I've been trying...

I'm starting to migrate a little Serverless app that I have to Punchcard, and report my experience along the way. It's a small app, and based on how it goes,...

documentation

I was surprised to see that marshalling of `Set` is not supported as I got the following error: > ValidationException: Supplied AttributeValue is empty, must contain exactly one of the...

feature-request

# Bug Report ## Problem Cordova doesn't utilize all icons provided in `config.xml`. ### What is expected to happen? Cordova should use all provided icons and adds them to XCode...

You have no idea how happy I am to see fresh efforts on supporting elm in intellij! THANK YOU! So, what i'm asking for, here, is moving function/type alias/value from...

feature

Hey folks! Thanx for contributing with a proper image resources tool! I'm coming from a long use of the now outdated [cordova-icon](https://github.com/AlexDisler/cordova-icon). I'm noticing my app size increase from 6MB...

I wanna implement a feature where I notify my users that someone replied on their comment. I looked deep into the `onNewComment` in the js lib, but there wasn't information...

# Bug Report ## Problem `cordova run ios` fails after adding `` to `config.xml`. I've provided the `resources/icon.png` file, relative to the Cordova project root. CLI error message: > The...