Skip to content

fix(lambda): architecture doc #5386

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

jay-babu
Copy link

      aws:lambda:Function transformity-auditor  error: aws:lambda/function:Function resource 'transformity-auditor' has a problem: expected architectures to be one of ["x86_64" "arm64"], got x8664. Examine values at 'transformity-auditor.architectures[0]'.
      pulumi:pulumi:Stack transformity-auditor-gamma  
      aws:lambda:Function transformity-auditor **failed** 1 error
  Diagnostics:
    aws:lambda:Function (transformity-auditor):
      error: aws:lambda/function:Function resource 'transformity-auditor' has a problem: expected architectures to be one of ["x86_64" "arm64"], got x8664. Examine values at 'transformity-auditor.architectures[0]'.
  Resources:
      4 unchanged
  Duration: 10s
  /home/runner/work/_actions/pulumi/actions/v6/webpack:/pulumi-github-action/node_modules/@pulumi/pulumi/automation/errors.js:81
                      : new CommandError(result);
  ^
  CommandError: code: -2
   stdout: 
   stderr: Command failed with exit code 255: pulumi up --yes --skip-preview --exec-agent pulumi/actions@v5 --color auto --exec-kind auto.local --stack gamma --non-interactive

```
      aws:lambda:Function transformity-auditor  error: aws:lambda/function:Function resource 'transformity-auditor' has a problem: expected architectures to be one of ["x86_64" "arm64"], got x8664. Examine values at 'transformity-auditor.architectures[0]'.
      pulumi:pulumi:Stack transformity-auditor-gamma  
      aws:lambda:Function transformity-auditor **failed** 1 error
  Diagnostics:
    aws:lambda:Function (transformity-auditor):
      error: aws:lambda/function:Function resource 'transformity-auditor' has a problem: expected architectures to be one of ["x86_64" "arm64"], got x8664. Examine values at 'transformity-auditor.architectures[0]'.
  Resources:
      4 unchanged
  Duration: 10s
  /home/runner/work/_actions/pulumi/actions/v6/webpack:/pulumi-github-action/node_modules/@pulumi/pulumi/automation/errors.js:81
                      : new CommandError(result);
  ^
  CommandError: code: -2
   stdout: 
   stderr: Command failed with exit code 255: pulumi up --yes --skip-preview --exec-agent pulumi/actions@v5 --color auto --exec-kind auto.local --stack gamma --non-interactive
```
Copy link

PR is now waiting for a maintainer to run the acceptance tests.
Note for the maintainer: To run the acceptance tests, please comment /run-acceptance-tests on the PR

Copy link

Hello and thank you for your pull request! ❤️ ✨
It looks like you're directly modifying files in the language SDKs, many of which are autogenerated.
Be sure any files you're editing do not begin with a code generation warning.
For generated files, you will need to make changes in resources.go instead, and generate the code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant