Alceu Rodrigues de Freitas Junior

Results 27 comments of Alceu Rodrigues de Freitas Junior

> and I would like to avoid erasing test cases to show it as much as possible. Those deleted test cases are just wrong: they were assuming an output from...

You can rely on RSpec for that. RSpec is the framework awspec is built upon. You can define [metadata](https://relishapp.com/rspec/rspec-core/docs/metadata/user-defined-metadata) to your specs, then use the [`--tag`](https://relishapp.com/rspec/rspec-core/v/3-10/docs/command-line/tag-option) parameter to select just...

I can confirm the bug: ``` $ git diff diff --git a/spec/type/security_group_spec.rb b/spec/type/security_group_spec.rb index 4587d95..961c3fc 100644 --- a/spec/type/security_group_spec.rb +++ b/spec/type/security_group_spec.rb @@ -3,6 +3,7 @@ Awspec::Stub.load 'security_group' describe security_group('sg-1a2b3cd4') do it...

Just created the PR #546 to address this issue. @rhysbarrett , could you please give a shot with this PR? @k1LoW , the promoted changes might be incompatible with older...

@danielgpm , can you please provide the (JSON or even using the [SDK client](https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Route53/Client.html#get_hosted_zone-instance_method) with [pry](http://pry.github.io/)) response for such request based on this resource of yours? The current available stub...

@RamanVaskevich1984 , can you please provide references about `AWS` not being an integration method? I found [this document](https://docs.aws.amazon.com/apigateway/api-reference/resource/integration/) that provides `AWS` as one of the available integration methods: > Represents...

Generally, you should make the stub match the `Awspec::Type` you're creating. The best way I was able to find for that is to copycat the available stubs that are around...

This is "already" (well, this was opened ~4 years ago) supported by awspec. I did a simple testing creating a IAM role with an inline policy like this one: ```javascript...

Although this configuration solves the issue regarding the Perl interpreter and `@INC` configuration, when I used the \rs (check syntax) command I always got something that is missing in the...

For some reason that help is not available: ``` E149: Sorry, no help for perlsupport-perl6 ``` I tried on a CentOS 7, with Vim 7.4.160.